Systemerweiterungen
This commit is contained in:
13
test/db.php
Normal file
13
test/db.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
|
||||
$con = mysqli_connect("localhost","root","","survey");
|
||||
// Check connection
|
||||
if (mysqli_connect_errno()) {
|
||||
echo "Failed to connect to MySQL: " . mysqli_connect_error();
|
||||
}
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user