Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit b49bfe37 authored by First's avatar First
Browse files

Edit index.php

parent 39a0854c
Branches main
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
$servername = "db";
$username = "lab2-65160381";
$password = "mark254421.";
$dbname = "lab2-65160381";
$dbname = "db";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
......
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