Racing Australia
$db database successfully!";
}
$query = sprintf("SELECT * FROM horses
WHERE race_date >= %s
ORDER BY race_date, venue, race;", $conn->quote(date("Y-m-d")));
$stmt = $conn->query($query);
// $r = $stmt->fetch(PDO::FETCH_ASSOC);
?>
| id |
venue |
race_date |
race |
horse |
fetch(PDO::FETCH_ASSOC)) : ?>
|
|
|
|
|
getMessage();
}
?>