New change
This commit is contained in:
parent
5909736668
commit
60ec5046d9
|
@ -23,7 +23,7 @@
|
||||||
$password = "";
|
$password = "";
|
||||||
$db = "1ccb8097d0e9ce9f154608be60224c7c";
|
$db = "1ccb8097d0e9ce9f154608be60224c7c";
|
||||||
// Create connection
|
// Create connection
|
||||||
$conn = new mysqli($servername, $username, $password,$db);
|
//$conn = new mysqli($servername, $username, $password,$db);
|
||||||
|
|
||||||
// Check connection
|
// Check connection
|
||||||
if ($conn->connect_error) {
|
if ($conn->connect_error) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user