Guest User

Untitled

a guest
May 27th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if(isset($_GET['one'])){
  2. $one = $_GET['one'];
  3. $two = $_GET['two'];
  4. $three = $_GET['three'];
  5. }else{
  6. $one = rand(0, 3);
  7. $two = rand(0, 3);
  8. $three = rand(0, 3);
  9. }
  10. print "<img src = images/" . $images[$one[$x]] . " />";
  11. print "<img src = images/" . $images[$two[$x]] . " />";
  12. print "<img src = images/" . $images[$three[$x]] . " />";
Add Comment
Please, Sign In to add comment