Preview file browser Filename Size Date / time"; while($file = readdir($userDir)){ if($file!="." && $file!=".." && $file!=$srcName){ $siz=intval(@filesize($file)/1024); $dat=date("d.m.Y", filectime($file)); $tme=date("H:i:s", filectime($file)); $fileLIST[]=array($file,$siz,$dat,$tme); } } asort($fileLIST); reset($fileLIST); foreach($fileLIST as $key=>$val){ print " ".$fileLIST[$key][0]." ". $fileLIST[$key][1] ." Kb ". $fileLIST[$key][2] ."
". $fileLIST[$key][3] ."
"; } print "toxicangel.com © 2003"; ?>