sb_01 on 10/10/10
Last Edited at 10/10/10 12:50am
$id = abs(intval($id)); // only positiv and complete id's if(!isset($id) or empty($id) or is_array($id)) { return false;} $id = 3; // return true$id = [] // return false$id = '' // return false
Report this snippet Tweet
Comment:
You need to login to post a comment.