advanced code snippet search
sb_01 on 10/10/10
valid get php session post cookie validation
10/10/10 02:45am10/10/10 12:52am10/10/10 12:52am10/10/10 12:50am
2 people have marked this snippet as a favorite
pytheasbobbym245
$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.