Re-writing a page with PHP
Posted: Thu Aug 20, 2009 9:06 pm
I want to have a web page that was created with a php script. On the page, I want to have several thumbnails. The thumbnails are actually image links and when a user clicks on them, it re-writes (or refreshes) the web page but uses a larger version of the thumbnail as the background image. In other words, the thumbnails are samples of background images and by clicking a thumbnail the user dynamically changes the background image. I am very new to php and this is probably very basic. The only way I can think of doing this would be opening a new page every time a thumbnail is clicked but I don't want this. I searched here but I could not find exactly what I was looking for.
Thank you.
Thank you.