This website works better with JavaScript.
Home
Explore
Help
Sign In
santhosh
/
espdata
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update 'post-esp-data.php'
master
Santhosh Reddy Lotla
2 years ago
parent
bc92faa0e6
commit
f139e57bb4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save