nhassan on 08/03/09
Last Edited at 08/03/09 07:37pm
$files = scandir('images');foreach( $files as $file ) { if(substr($file,0,1)!='.') { echo $file;}}
Report this snippet Tweet
Comment:
You need to login to post a comment.