Re: [PHP] Hyperlink using thumnail

2001-01-23 Thread Andrew Hill
Dave, Here is a bare-bones example. You will notice that you don't need to hard code the thumbnail on the first page either as long as are consistent in file naming with a set prefix differentiating thumbnails from their larger pix. page_one.php: click to enlarge"; echo ""; ?> page_two.php: "

[PHP] Hyperlink using thumnail

2001-01-23 Thread Dave Stewart
Hi again, How do I link this image file so that when users click on it they get the bigger version (which is named 01.jpg). " : "No Photo Yet\n"; echo "$photo"; ?> Here is the html version of what I am trying to do, as you can see the '' is a variable. Thanks again, Dave