<?php
session_start();
// Configurazione della connessione al DataBase
define('DB_HOST','localhost');
define('DB_USER','xxx');
define('DB_PASS','xxx');
define('DB_NAME','xxx');
//connection to the MySql server
$db = @mysql_connect (DB_HOST,DB_USER, DB_PASS);
if (!$db) {
die("Impossibile connettersi al DataBase. Per informazioni: $webmaster ");
}
//Select DataBase
@mysql_select_db(DB_NAME,$db);
?>
Warning: Cannot modify header information - headers already sent by (output started at E:\SHARED\DAWEB\progettiweb\xxx\includes\inc_confi gDB.php:15) in E:\SHARED\DAWEB\progettiweb\xxx\includes\inc_sessi on.php on line 23
Scusate! Ma dove l'ha visto l'output?