qualcuno sa a cosa corrisponde questo errore?
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'database WHERE NomeDB='tizio_caio'' at line 1
questo è il codice parziale:
grazieCodice PHP:
$sql_query4 = "SELECT * FROM database WHERE NomeDB='".$_POST[Cognome]."_".$_POST[Nome]."'";
$ris_query4 = mysql_query($sql_query4) or die(mysql_error());
if (mysql_num_rows($ris_query4) == 0)