Advertisement
SPASM

Untitled

Nov 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2. $images = file(__DIR__ . '/data/array.txt');
  3. ?>
  4. <img src="<?php echo $images[$_GET['id']];?>" alt="">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement