Advertisement
Guest User

I'm such a coder

a guest
Dec 11th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <?php
  2. $s = facebook("MySpace");
  3.  
  4. if ($s < "facebook") {
  5.     echo "You have died due to a universal explosion";
  6. } else {
  7.     echo "Oh look, A deer"
  8. }
  9. ?>
  10. <!DOCTYPE HTML>
  11. <html>
  12.     <head>
  13.          <title>bob</title>
  14.     </head>
  15.  
  16.     <body>
  17.          <p>Yep I code too much<p>
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement