Question
Link for Dynamic Field to Open PDF or Word?
Hello,
(MySQL/PHP)
I have a MySQL table called projects. In the projects table is a field called [uploadedfile]. This field contains the name of a document the users previously uploaded to a folder on the server. I have a Detail page has a table that displays the project data including the [uploadedfile] field. Is there a way to make a link to the [uploadedfile] field, so the user will click on the link, and the document will open? Here is the code:
<td valign="top"><?php echo $row_DetailRS1['uploadedfile']; ?></td>
Thanks for your help
(MySQL/PHP)
I have a MySQL table called projects. In the projects table is a field called [uploadedfile]. This field contains the name of a document the users previously uploaded to a folder on the server. I have a Detail page has a table that displays the project data including the [uploadedfile] field. Is there a way to make a link to the [uploadedfile] field, so the user will click on the link, and the document will open? Here is the code:
<td valign="top"><?php echo $row_DetailRS1['uploadedfile']; ?></td>
Thanks for your help
