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:
"
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
2 matches
Mail list logo