Guest User

Untitled

a guest
Jan 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?
  2.  
  3. $_POST['postcode'] = '00-9989';
  4.  
  5. if(preg_match('/^\d{2}-\d{4}$/', $_POST['postcode'])) {
  6. print("-> SEXI POSTCODE\n");
  7. exit(0);
  8. }
  9.  
  10. print("-> FAILU SI REGEXP MODEL\n");
  11. ?>
Add Comment
Please, Sign In to add comment