".$lang_label["dbmain_title"].""; 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]; echo " |
"; $result_t=mysql_query("SELECT max(fecha) FROM tsesion"); $row=mysql_fetch_array($result_t); echo "".$lang_label["latest_date"].""; echo " | ".$row[0]; echo " |