Advertisement
jinhuang1102

php_t1

Dec 2nd, 2021
1,075
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.     if (empty($customerID)) {
  3.         array_push($error_msg, "Please enter customerID.");
  4.         $int_id = (int)$customerID;
  5.         if($int_id < 1 or $int_id > 200){
  6.            
  7.         }
  8.  
  9.     }
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement