Quote:
|
What the code needs to do is when you click on one of the thumbnails it enlarges it to the size of the larger photo without reloading the page.
|
PHP runs server-side only, so if you don't want the page to reload, you'll have to use something else, like Javascript.