Advertisement
Guest User

Untitled

a guest
May 27th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if ((!is_numeric($tpoints)) || (empty($tpoints)) {
  2. if ($tpoints < 0)
  3. message("Please fill in with a number.","Enchanted Hogwarts","$PHP_SELF");
  4. else
  5. print("Points are not less than 0")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement