diff --git a/index.php b/index.php index fe71dbdb4e979a53376b3d90aa9445e05c78eeab..0b79bcb0df319fbc19423005e194138a8e0f1c6e 100644 --- a/index.php +++ b/index.php @@ -23,6 +23,7 @@ $products = $stmt->fetchAll(); <button type="submit">ค้นหา</button> </form> +<div class="table-container"> <table border="1" cellpadding="5" cellspacing="0"> <tr> <th>ID</th> @@ -44,3 +45,4 @@ $products = $stmt->fetchAll(); </tr> <?php endforeach; ?> </table> +</div> \ No newline at end of file