From fefe4914206615f14082cb56de398bc59917d49f Mon Sep 17 00:00:00 2001 From: 65160260 <65160260@go.buu.ac.th> Date: Tue, 25 Mar 2025 13:51:26 +0000 Subject: [PATCH] Edit connect.php --- connect.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connect.php b/connect.php index f122a16..ac66e42 100644 --- a/connect.php +++ b/connect.php @@ -1,8 +1,8 @@ <?php -$host = 'localhost'; +$host = '10.104.13.99'; $dbname = 'shop_db'; $username = 'root'; -$password = ''; +$password = 'FraP1bdIap'; try { $conn = new PDO("mysql:host=$host;dbname=$dbname;charset=utf8", $username, $password); -- GitLab