Dynamic Popups

Hello all:

I have a column of about 10 thumbnails on a php page that when clicked on, should open up a popup showing the large version of that particular thumbnail. Instead of having 10 individual popup files holding their respective images, I would like to just have one and depending on which thumbnail was clicked, that thumbnail’s large version would show in the popup along with the appropriate text in the title tag of the head area.

I’m assuming I would just have to pass the popup page a variable, but that’s about all I know. How could I accomplish this with PHP? Thanks so much.

JPearson311