From 6d578d77dbc9447ffc55d4d1b40a08e962f6509e Mon Sep 17 00:00:00 2001 From: Marco Salvi Date: Thu, 5 Jul 2018 16:32:18 +0200 Subject: [PATCH] modifica commento prova --- getpubblicazioni.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getpubblicazioni.php b/getpubblicazioni.php index 584818f..188a815 100644 --- a/getpubblicazioni.php +++ b/getpubblicazioni.php @@ -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';