Return to Snippet

Revision: 16417
at August 3, 2009 19:37 by nhassan


Initial Code
$files = scandir('images');
foreach( $files as $file ) { if(substr($file,0,1)!='.') {
	echo $file;
}}

Initial URL


Initial Description


Initial Title
php get real files

Initial Tags


Initial Language
PHP