I have a page that takes a random image from a database.
then I have a template which displays the image and all the info taken from the database.
I want to add a "next image" button, so when u press it it loads another random image.
what is the best way to do this?
I thought about doing an <a href="...">
to the same page so that it would reload... but is there a more efficient way of doing it than reloading everything??? or at least a refresh function in PHP