Guest User

Untitled

a guest
Jul 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * @author
  5. * @copyright 2012
  6. */
  7. include("baglan.php");
  8. include("fonksiyonlar.php");
  9. $aldim = ipim();
  10.  
  11.  
  12. if($aldim==$aldim)
  13. {
  14. $sayim++;
  15.  
  16. }
  17.  
  18.  
  19.  
  20. if(empty($aldim))
  21. {
  22. exit("veri bos");
  23. }
  24.  
  25. else
  26. {
  27. echo"ip budur : $aldim , sayisi budur $sayim ";
  28.  
  29. }
  30.  
  31.  
  32. ?>
Add Comment
Please, Sign In to add comment