modifica commento prova
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user