Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'Sql237788'@'62.149.141.123' (using password: YES) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/database.php on line 2
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/database.php on line 4
function ControllaEmail(EmailAddr)
{
Filtro = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-]{2,})+\.)+([a-zA-Z0-9]{2,})+$/;
if (EmailAddr!='' && Filtro.test(EmailAddr))
return true;
return false;
}
function controllaContatti()
{
formname = document.fContatti;
if(formname.nome.value =='')
return returnFalse('
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/traduzioni.php on line 45
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/traduzioni.php on line 45
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/traduzioni.php on line 46
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/traduzioni.php on line 54
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 893
contatti_warning_nome');
if(formname.cognome.value =='')
return returnFalse('
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 893
contatti_warning_cognome');
if(formname.citta.value =='')
return returnFalse('
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 893
contatti_warning_citta');
if(!ControllaEmail(formname.email.value))
return returnFalse('
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 893
contatti_warning_email');
if(formname.messaggio.value =='')
return returnFalse('
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 893
contatti_warning_messaggio');
if(formname.privacy.checked ==false)
return returnFalse('
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 892
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/htdocs/www.demontigny-creation.com/home/contenuto/common/contenuto.php on line 893
contatti_warning_privacy');
return true;
}
function returnFalse(msg)
{
alert(msg);
return false;
}