|
|
@@ -48,6 +48,7 @@
|
|
|
ORDER BY race_date, venue, race;", $conn->quote($date->format('Y-m-d')));
|
|
|
$stmt2 = $conn->query( $query );
|
|
|
?>
|
|
|
+ <h1>Races featured on Torn</h1>
|
|
|
<table class="table table-striped table-bordered">
|
|
|
<caption>Races featured on Torn</caption>
|
|
|
<thead>
|
|
|
@@ -111,6 +112,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-->
|
|
|
+ <h1>Scratchings</h1>
|
|
|
<table class="table table-striped table-bordered">
|
|
|
<?php
|
|
|
$table_head = <<<TABLEHEAD
|