Quote:
Originally Posted by theFez
just build your table and set it so you have a single image in the left side and your thumbnails in the right. so you have your tnails in the right side.
in the left side you can do something like this
<img src='<?php if($_GET['id']){echo "/path/to/images/".$_GET['id'].".jpg";}
else{ echo '/path/to/images/default.jpg';} ?>'>
by the way, javascript has nothing to do with java except the name. javascript, ecmascript, jscript are all pretty similar and generally used for client side scripting.
|
Ok, I understand how to pull say ID3 from the url and have the right table display the correct picture.
So if the url was
http://www.arch13.com/index.php?id=g...al&id3=picture, then picture.jpg would be displayed.
What I'm having trouble with is how to change the thumbnail script to give the clicked on image an id3=picturename url. Also, Is is possible to make that "id" auto-incramenting so that "id
x" was id4 or id5 if needed?
Sorry if i sound like an idiot, but I don't understand how to make the variable be passed from the thumbnail script in the left side table to the display script in the right table
The actual address is
http://www.arch13.com/index.php?id=g...d2=test/popgal
I take it that Java is way harder than php isn't it
Thank you for your patience with me theFez
