Guest User

Untitled

a guest
Mar 28th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?
  2.  
  3. $ip="112.222.333.444"; // ip пользователя
  4.  
  5. $baza=file('stop.txt');
  6. $true="";
  7. foreach($baza as $ops)
  8. {
  9.     $true.=$ops==$ip?"in base":"";
  10. }  
  11. $true=empty($true)?"not in base":$true;
  12.  
  13. echo $true;
  14.  
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment