Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. $n00b = 'nathan'
  3. $sickcunt = 'rob'
  4.  
  5. while ($n00b == 'nathan'){
  6.     print("who's a n00b? $n00b\n");
  7.     print("much nicer formatting!, LOL");
  8.     }
  9.  
  10. if ($sickcunt == 'rob'){
  11.     print("oaf");
  12.     }
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement