Advertisement
Guest User

Untitled

a guest
May 10th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. $testuser = 'test2';        // Testnick
  2. $testpass = 'pass2';        // Testpass
  3.  
  4.  
  5. if (!isset($testuser) || !is_scalar($testuser)) $testuser='';
  6. if (!isset($testpass) || !is_scalar($testpass)) $testpass='';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement