I have a page like so:
http://sitename/gallery.php?page=2
It has pagination links at the bottom by which we can br
Use filter_var() with the FILTER_VALIDATE_INT filter on it, and check the return value.
FILTER_VALIDATE_INT