Im developing a gallery type page that pulls all the images out of a single folder and displays them on a page dynamically. There is about 150 images, so I would like to display maybe 30 per page, but automatically have the code dynamically do this and create the links automatically for page 2, 3 etc.
I'd like to keep the same page called gallery.php, but trying to do something like
http://www.domain.com/gallery.php?page=2
Thanks in advance!