show teams table and terminate db connection
This commit is contained in:
@@ -7,4 +7,24 @@
|
||||
|
||||
echo file_get_contents("html/header.html");
|
||||
?>
|
||||
<?php echo file_get_contents("html/footer.html"); ?>
|
||||
|
||||
<body>
|
||||
<div class="table-div">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Name</th>
|
||||
<th scope="col">Feuerwehr</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php load_teams_table($con); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<?php
|
||||
echo file_get_contents("html/footer.html");
|
||||
$con = null;
|
||||
?>
|
||||
Reference in New Issue
Block a user