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>
</div>
</div>
<h1>BirdsDB Detections Table</h1>
<h2>Today's Detections</h2>
<!-- TABLE CONSTRUCTION-->
<table>
<tr>
<th>Date</th>
<th>Time</th>
<th>Sci_Name</th>
<th>Com_Name</th>
@@ -255,7 +254,6 @@ while($rows=$mosttable ->fetch_assoc())
<tr>
<!--FETCHING DATA FROM EACH
ROW OF EVERY COLUMN-->
<td><?php echo $rows['Date'];?></td>
<td><?php echo $rows['Time'];?></td>
<td><?php echo $rows['Sci_Name'];?></td>
<td><?php echo $rows['Com_Name'];?></td>