modifica commento prova

This commit is contained in:
Marco Salvi
2018-07-05 16:32:18 +02:00
parent 56ec79c82d
commit 6d578d77db
+1 -1
View File
@@ -6,7 +6,7 @@ $hostname = "localhost";
$dbhandle = mysqli_connect($hostname, $username, $password)
or die("Unable to connect to MySQL");
echo "";
// connect with database
// connessione al database
$selected = mysqli_select_db($dbhandle, "wptest")
or die("Could not select examples");
//$email = 'francesco.finazzi@unibg.it';