".$lang_label["dbmain_title"]." > "; echo $lang_label["db_purge_audit"].""; echo "
"; $result_t=mysql_query("SELECT COUNT(*) FROM tsesion"); $row=mysql_fetch_array($result_t); echo "".$lang_label["total"]." | "; echo "".$row[0]." ".$lang_label["records"]." | "; echo "
".$lang_label["first_date"]." | "; echo "".$row[0]." |
"; $result_t=mysql_query("SELECT max(fecha) FROM tsesion"); $row=mysql_fetch_array($result_t); echo "".$lang_label["latest_date"]." | "; echo "".$row[0]." | "; echo "