Advertisement
case86

Untitled

Apr 17th, 2015
280
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. $a=$_GET ["platforma"];
  3. echo "Tvoje volba je $a<br/>\n";
  4. $b= RAND(1,3);
  5. IF ($b==1){$volba="Nůžky";}
  6. IF ($b==2){$volba="Kámen";}
  7. IF ($b==3){$volba="Papír";}
  8. echo "Volba stoje je $b<br/>\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement