diff --git a/index.php b/index.php
index 0b79bcb0df319fbc19423005e194138a8e0f1c6e..d7671fbd54bcad111391473622d5716626804084 100644
--- a/index.php
+++ b/index.php
@@ -26,7 +26,7 @@ $products = $stmt->fetchAll();
 <div class="table-container">
 <table border="1" cellpadding="5" cellspacing="0">
     <tr>
-        <th>ID</th>
+        <th>รหัสสินค้า</th>
         <th>ชื่อสินค้า</th>
         <th>ราคา</th>
         <th>การจัดการ</th>