Advertisement
cafreak

not showing the error

May 8th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. $forumID = strip_tags($_GET['fid']);
  2. if(isset($forumID) || $forumID != "" || !empty($forumID)){
  3.     echo($forumID);
  4. }else{
  5.     echo("Forum not found!");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement