Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 5d7370b3 authored by 65160260's avatar 65160260
Browse files

Edit index.php

parent 71f618d1
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ $products = $stmt->fetchAll(); ...@@ -23,6 +23,7 @@ $products = $stmt->fetchAll();
<button type="submit">ค้นหา</button> <button type="submit">ค้นหา</button>
</form> </form>
<div class="table-container">
<table border="1" cellpadding="5" cellspacing="0"> <table border="1" cellpadding="5" cellspacing="0">
<tr> <tr>
<th>ID</th> <th>ID</th>
...@@ -44,3 +45,4 @@ $products = $stmt->fetchAll(); ...@@ -44,3 +45,4 @@ $products = $stmt->fetchAll();
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</table> </table>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment