AMME Assignment Schedules.

 

"; $icol=1; //running the while loop $icnt=0; while ($file = readdir($dir_handle)) { if ($file!='.' && $file!='..' && $file!='index.php' && $file!='index.php~') { $list[$icnt]=$file; $icnt++; } } sort($list); $i=0; while ($i<$icnt) { $file=$list[$i]; if ($icol==1) { echo "$file"; $icol++; } else { if ($icol==2) { echo "$file"; $icol=1; } } $i++; } if ($icol==2) { echo " "; } //closing the directory closedir($dir_handle); echo ""; include "/var/www/ammefooter.php"; ?>