added change
This commit is contained in:
parent
a3cf13aefa
commit
8c5b5039bb
|
@ -28,6 +28,7 @@
|
|||
// Create connection
|
||||
$conn = new mysqli($servername, $username, $password,$db);
|
||||
|
||||
|
||||
// Check connection
|
||||
if ($conn->connect_error) {
|
||||
die("Connection failed: " . $conn->connect_error);
|
||||
|
|
Loading…
Reference in New Issue
Block a user