Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit f818075c authored by 65160015's avatar 65160015
Browse files

Edit index db

parent 5f58a369
Branches main
No related tags found
No related merge requests found
......@@ -18,9 +18,10 @@
$servername = "db";
$username = "demo";
$password = "Noon+020347";
$dbname = "demo";
$conn = new mysqli($servername, $username, $password);
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment