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 is_numeric().
is_int() will not work because GET parameters are always string.
is_int()