Advertisement
Guest User

Untitled

a guest
Aug 19th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if( !(is_int($url_segments['cid']) && is_int($url_segments['bid'])))
  2. {
  3. show_error('ERROR :: CID and BID should be positive integers only');
  4. return FALSE;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement