Thread: PHP code needed
View Single Post
Old 05-09-2007, 11:46 AM   #2 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: PHP code needed

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.
jaeusm is offline