From 3b8a5d29b58e22dfa06a14de8270e2c43ac5ea4b Mon Sep 17 00:00:00 2001
From: 65160260 <65160260@go.buu.ac.th>
Date: Wed, 26 Mar 2025 03:24:32 +0000
Subject: [PATCH] Edit index.php

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 0b79bcb..d7671fb 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>
-- 
GitLab