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