Update sql4.php

This commit is contained in:
Fatih Çelik 2018-11-29 23:13:34 +06:00 committed by GitHub
parent b84ac9c7cd
commit e5e6354eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
$servername = "localhost";
$username = "root";
$password = "";
$db = "db1";
$db = "1ccb8097d0e9ce9f154608be60224c7c";
// Create connection
$conn = new mysqli($servername, $username, $password,$db);