Browse Source

Add race time to table

Foppe Hemminga 6 years ago
parent
commit
8c54a36ed7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      index.php

+ 2 - 0
index.php

@@ -46,6 +46,7 @@
         <tr>
             <!-- <th>id</th> -->
             <th>venue</th>
+            <th>state</th>
             <th>race_date</th>
             <th>race</th>
             <th>start</th>
@@ -87,6 +88,7 @@ TABLEFOOT;
     <tr>
         <!-- <td><?php echo htmlspecialchars($row['id']); ?></td> -->
         <td><?php echo htmlspecialchars($row['venue']); ?></td>
+        <td><?php echo htmlspecialchars($row['state']); ?></td>
         <td><?php echo htmlspecialchars($row['race_date']); ?></td>
         <td><?php echo htmlspecialchars($row['race']); ?></td>
         <td><?php echo htmlspecialchars($row['start_time']); ?></td>