better database table view
This commit is contained in:
+1
-3
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user