Coding OverFlow
Friday, March 15, 2013
Php get directory list
echo "<pre>";
$images = scandir("directory_path", 1);
unset($images[count($images)-1]);
print_r($images);
die;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment