I'm making an image gallery, and I'd like to have one php document which dynamically changes for each document. It should look something like this:
<img src="http://img390.imageshack.us/img390/2497 ... plz0st.gif">
When you click on the link to a text file or whathave you, it opens a window like this. It would contain a frames page which would include a toolbar with a direct link to the file, and a "Close Window" link. The body of the window houses the content, be it an image, flash file, or text file.
I understand how to open a new window with no toolbar or scroll bar with JavaScript, but I am a total php noob. How would this work?
Thanks!