prepare for season 2025

This commit is contained in:
2025-01-15 11:27:12 +01:00
parent ce7958d0bb
commit 2f15e9408f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<?
$year = date("Y");
echo $year;
$sql = "SELECT ID, NAME, LENGTH, CLIMB from RACES where YEAR like '".$year."'";
$result = $conn->query($sql);
if ($result->num_rows > 0){