Advertisement
Eeems

Untitled

Jul 11th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.     $dir = scandir("images/");
  3.     foreach($dir as $key => $file){
  4.         echo "<img src='images/{$file}' /><br/>";
  5.     }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement