PHP swag


SUBMITTED BY: Guest

DATE: Jan. 7, 2014, 2:58 a.m.

FORMAT: PHP

SIZE: 261 Bytes

HITS: 864

  1. <?php
  2. if(isset($_GET["swag"]) && !empty($_GET["swag"]))
  3. {
  4. if($_GET["swag"] == true)
  5. {
  6. echo "oh man, this nigga rightt here got some swag";
  7. }
  8. else
  9. {
  10. echo "No swag for this mofo";
  11. }
  12. }
  13. ?>

comments powered by Disqus