Hi,
I am new to this form and also fairly new to PHP. I was wondering if anyone could help me with the following code? I have pictures stored in MySQL and would like to display thumbnails that are linked to themselves in the database. I have everything working except the link. Any help would be greatly appreciated.
Bozo
[CODE]
echo "<a HREF= target=<img src=picscript.php?imname=".substr($row[ImageName], 0, -4)."><img src=picscript.php?imname=".substr($row[ImageName], 0, -4)." width=135 height=90 border=0 /></a> ";
[ICODE]
I am new to this form and also fairly new to PHP. I was wondering if anyone could help me with the following code? I have pictures stored in MySQL and would like to display thumbnails that are linked to themselves in the database. I have everything working except the link. Any help would be greatly appreciated.
Bozo
[CODE]
echo "<a HREF= target=<img src=picscript.php?imname=".substr($row[ImageName], 0, -4)."><img src=picscript.php?imname=".substr($row[ImageName], 0, -4)." width=135 height=90 border=0 /></a> ";
[ICODE]
Comment