prepare for season 2025
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user