Guest User

Untitled

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. $pasta ="44260/" ;
  4. $images=glob("$pasta/{*.jpg,*.JPG}",GLOB_BRACE);
  5. foreach ($images as $filename) {
  6. echo "<img src='$filename'>";
  7. }
  8. ?>
Add Comment
Please, Sign In to add comment