better database table view

This commit is contained in:
Patrick McGuire
2021-10-22 16:37:22 -04:00
parent 0bf306c453
commit 055f9dc0ed
+1 -3
View File
@@ -231,11 +231,10 @@ while($rows=$speciestally ->fetch_assoc())
</table> </table>
</div> </div>
</div> </div>
<h1>BirdsDB Detections Table</h1> <h2>Today's Detections</h2>
<!-- TABLE CONSTRUCTION--> <!-- TABLE CONSTRUCTION-->
<table> <table>
<tr> <tr>
<th>Date</th>
<th>Time</th> <th>Time</th>
<th>Sci_Name</th> <th>Sci_Name</th>
<th>Com_Name</th> <th>Com_Name</th>
@@ -255,7 +254,6 @@ while($rows=$mosttable ->fetch_assoc())
<tr> <tr>
<!--FETCHING DATA FROM EACH <!--FETCHING DATA FROM EACH
ROW OF EVERY COLUMN--> ROW OF EVERY COLUMN-->
<td><?php echo $rows['Date'];?></td>
<td><?php echo $rows['Time'];?></td> <td><?php echo $rows['Time'];?></td>
<td><?php echo $rows['Sci_Name'];?></td> <td><?php echo $rows['Sci_Name'];?></td>
<td><?php echo $rows['Com_Name'];?></td> <td><?php echo $rows['Com_Name'];?></td>