Hello
As is obvious with me posting in this thread I am very new to php, but I have some experience with programming and am familar (not-proficient) with some other C based languages.
I am trying to create a gallery page that is populated by images that exist in a directory structure up on my webspace. Each of those images need to be links that generate their own page that has it's own set of images which also exist in a directory structure.
I think I've got just about everything figured out except for how to make those hyperlinked images call the new page to be generated and tell it which images to populate it's self with.
Anyone know if that's possible and if so how?