'< ' . $from_date)); } # End of get parameters block echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; $result = db_get_row_sql ("SELECT COUNT(*) AS total, MIN(fecha) AS first_date, MAX(fecha) AS latest_date FROM tsesion"); echo "".__('Total')."".$result["total"]." ".__('Records')."
".__('First date')."".$result["first_date"]."
"; echo "".__('Latest date')."".$result["latest_date"]."
"; ?>