can anybody help me how to do like this...
in index.php page i have the thumbnail of one pic and on clicking that thumbnail the full image opens in next page like image.php?id=something
and now can u tell me the code how to do like this????
how to do like this?
Moderator: General Moderators
and then how does that images.php can recognise its own id????????snicolas wrote:this will open a new window....
<a href="#" onClick="MyWindow=window.open('images.php?id=<?php echo yourID?>&lang=en','Chat','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=550,height=400'); return false;">
in images.php
Code: Select all
print_r($_GET);