perdona la mia ignoranza ma se ad esempio la pagina news funzione col db, in teoria non dovrebbe fungere il file di connessione?
cmq il file è questo:
cmq il file è questo:
PHP:
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_asdo = "62.xxx.150.xxx";
$database_asdo = "Sql5xxxxx_1";
$username_asdo = "Sql5xxxxx";
$password_asdo = "6xx0exx8";
$asdo = mysql_pconnect($hostname_asdo, $username_asdo, $password_asdo) or trigger_error(mysql_error(),E_USER_ERROR);