pic.php 108 B

123456
  1. <?
  2. $path = $_REQUEST['path'];
  3. echo "<img src='$path' width='1000px' hspace='5px' vspace='5px' />";
  4. ?>