note 66843 deleted from
function.is-integer by nlopess
2006-05-31 08:46:20
Note Submitter: nigromante_odin(at)hotmail.com
----
This can be an important function to program a forum or
anything that needs pagination
if(isset($_GET['page']))
{
if(is_int($_GET['page']))
{
//.... ur LIMIT(int,int) sql code goes here XD
}
}
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php