TABELAS DE PREÇOS POR ACTIVIDADE

Check to make sure the \$checkdir variable is correct.

Current: \$checkdir = \"$checkdir\";"; exit; } ### Open folder, get file names and load them into an array if ($handle = opendir($filedir)) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != ".." && $file != $thisfile && !is_dir("$filedir$file")) { if($extlim == "on") { if(in_array(strrchr($file, "."), $extarr)) { $farr[$file] = date ("U", filemtime("$filedir$file")); } } else { $farr[$file] = date ("U", filemtime("$filedir$file")); } } } closedir($handle); } ### Check to make sure there are actually items in the folder $farrc = count($farr); if ($farrc != "0") { if($farrc < $filelim) { $filelim = $farrc; } ?> > $date) { if($limset <= $filelim) { print "\n"; $limset++; } } print "
$filename 
\n"; } else { print " Não Existem Tabelas! "; } ?>