Guest User

Untitled

a guest
Jul 15th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?
  2. $file = "/files/new_arrivals_".$ID.".jpg";
  3. echo $file;
  4. if (file_exists($file)){
  5. ?>
  6. <!-- here -->
  7. <img src="/thumbs/phpThumb.php?src=../files/new_arrivals_<?=$ID?>.jpg&w=82&h=82&zc=1" class="featuredBorderBlue">
  8. <?
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment