Hello,
I built a page that brings up a random image, and then the user can click on that image to get another image (the script works by calling the random image from a mySQL database).
But when the user clicks on the image to get a new image, the whole page reloads. Is there any way that I can define what I have written as a function, and then somehow have only the function run again (the database query) when it is clicked?
It would be a major improvement to the page, and it would also make my webstats less distorted.
Thanks!!
Jared