<td valign="top">
<a href="<?php echo $row_DetailRS1['uploadedfile'];
?>"><?php echo $row_DetailRS1['uploadedfile'];
?></a>
</td>
--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com
"WPW07" <webforumsuser@macromedia.com> wrote in message
news:fvnh62$1mo$1@forums.macromedia.com...
> 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
>