Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 07c58583 authored by 65160027's avatar 65160027
Browse files

Add index.php

parent 01f4e986
No related branches found
No related tags found
No related merge requests found
<?php echo "Natnicha Wettamma";
$servername = "db";
$username = "demo";
$password = "12456";
// Create connection
$conn = new mysqli($servername, $username, $password);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment