Primo commit: trasferimento del progetto PPEasy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php require_once('../Connections/cmctrfdb.php'); ?>
|
||||
<?php
|
||||
$con = mysqli_connect($servername, $username, $password, $dbname);
|
||||
// Check connection
|
||||
if (mysqli_connect_errno())
|
||||
{
|
||||
echo "Failed to connect to MySQL: " . mysqli_connect_error();
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user