I've used "ImageFlow" on my personal website, and what I want to do is that when you click on an image, another page opens with the ID of the image stored in a query-string like when you are using $_get in a form. For example:
http://www.mywebsite.com/details.php?id=001
Then I'm going to use some databases to print some information on the page like:
Place: Lake Otawa
Date: 1/1-2011
And so on...
Thanks in advance :)