Advertisement
Protocol_

Cow Say

Apr 27th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.60 KB | None | 0 0
  1. <title>Cowie</title>
  2. <!-- Made by Sreehari -->
  3. <style>
  4. logo {
  5. font-family : Brush Script MT;
  6. font-size : 60px;
  7. letter-spacing : 5px;
  8. color : black;
  9. text-decoration: underline;
  10. }
  11.  
  12. cow {
  13. font-size : 15px;
  14. }
  15. </style>
  16. <center>
  17. <logo>Cow say!</logo>
  18. </center>
  19. <br>
  20. <br>
  21. <?php $say = htmlentities($_GET['says']); if(!$say) {echo "The usage is, ?says=Message here"; die();}?>
  22. <cow><pre>
  23.  ___________
  24. <?php echo "< $say >\n"; ?>
  25.  -----------
  26.         \\   ^__^
  27.          \\  (oo)\_______
  28.              (__)\\       )\/\\
  29.                  ||----w |
  30.                  ||     ||
  31. </pre>
  32. </cow>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement