Advertisement
Guest User

SonyAttack

a guest
Dec 18th, 2014
2,179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. function whoAttackedSony($attacker){
  3. if($attacker == 'North Korea'){
  4. echo "It's North Korea!";
  5. }elseif($attacker == 'Russia'){
  6. echo "It's still North Korea";
  7. }elseif($attacker == 'No specific country'){
  8. echo "It's still North Korea";
  9. }else{
  10. echo "It's still North Korea";
  11. }
  12. }
  13.  
  14. whoAttackedSony("blub");
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement