Click to see the image full size.

'; while($file = readdir($dir_handle)) { if(($file != '.')) { $narray[$i]=$file; $i++; } } sort($narray); for($i=0; $i0 && (strpos($narray[$i],".jpg")>0) || (strpos($narray[$i],".jpeg")>0) || (strpos($narray[$i],".bmp")>0) || (strpos($narray[$i],".png")>0) ){ echo '
'; //echo '
'.$imgagename; echo '
'; } } closedir($dir_handle); ?>