Browse Source

Update 'post-esp-data.php'

master
Santhosh Reddy Lotla 2 years ago
parent
commit
f139e57bb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      post-esp-data.php

+ 1
- 1
post-esp-data.php View File

@@ -2,7 +2,7 @@
$servername = "localhost";
$username = "u488983909_neonflake";
$password = "Tony@1234";
$dbname = "datasensor";
$dbname = "u488983909_neonflake";

$conn = mysqli_connect($servername, $username, $password, $dbname);



Loading…
Cancel
Save