Home »
<?php $path = "./documents"; $dirc = dir($path); while( ($file=$dirc->read()) ) { if( $file=="." || $file=="..")continue; $realfile = $path . "/" . $file; echo (is_file($file))? "<img src='file.jpg'/> "; echo "<br>".filesize($file); } ?>
Username or Email Address
Password
Remember Me