Weedpacket:
I really appreciate your help.
Yes I am trying to do something like this:
http://www.foo.com/gallery.html?ID=1
or
http://www.foo.com/gallery.html?ID=2
or whatever.
Then on gallery.html
I am trying to use the ID=# from the URL string to limit the result set from my select statement on my two tables "gallery" and "photos"
I thought I had it set up to limit, but apparently not.
Basically in "gallery" I am assigning unique id numbers to each gallery as I put it in the database, then in "photos" I am assigning the galleryID that is appropriate for each image.
When I pull data I want to be able to pull galleryName, folderName from "gallery" and photoName, photoLocation, photoDescription and fileID from "photos" to be used in various places on a page I am building.
If you have any thoughts or advice or articles I would appreciate it.
Thanks again.
Todd