Advertisement
SPASM

Untitled

Nov 15th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $images = [
  3. 1 => 'cat.jpg',
  4. 2 => 'dog.jpg',
  5. 3 => 'chip.jpg',
  6. 4 => 'horse.jpg',
  7. ];
  8. echo $images[$_GET['id']];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement