better links

This commit is contained in:
mcguirepr89
2022-02-13 12:48:31 -05:00
parent f3c8334ac8
commit 8723482438
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -88,6 +88,7 @@ while($rows=$mostrecent ->fetch_assoc())
<td><a href="/By_Common_Name/<?php echo $dbname;?>"><?php echo $rows['Com_Name'];?></a></td>
<td><a href="/By_Date/<?php echo $rows['Date'];?>"/><?php echo $rows['Date'];?></a></td>
<td><?php echo $rows['Time'];?></td>
<td><a href="https://allaboutbirds.org/guide/<?php echo $dbname;?>" target="top"/>More Info</a></td>
</tr>
</table>
</div>