From f139e57bb44d77cceda2fe880f6fb676c86dfe3f Mon Sep 17 00:00:00 2001 From: Santhosh Reddy Lotla Date: Wed, 9 Nov 2022 06:39:35 +0000 Subject: [PATCH] Update 'post-esp-data.php' --- post-esp-data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-esp-data.php b/post-esp-data.php index 1c46a51..2d1aad0 100644 --- a/post-esp-data.php +++ b/post-esp-data.php @@ -2,7 +2,7 @@ $servername = "localhost"; $username = "u488983909_neonflake"; $password = "Tony@1234"; -$dbname = "datasensor"; +$dbname = "u488983909_neonflake"; $conn = mysqli_connect($servername, $username, $password, $dbname);