ragazzi non riesco a capire dove sta' l'errore
è da qualche mezzora che lo cercoma nulla...
l'errore è questo:
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 ''User','Password','Email','Nome','Sesso','Ddt','C itta','AttivazioneCod') VALUES ' at line 1
e la query questa:
Codice PHP:
$query = "INSERT INTO ".$par_fix."attivazione ('User','Password','Email','Nome','Sesso','Ddt','Citta','AttivazioneCod') VALUES ";
$query.= "('".$_SESSION['reg_username']."','".$_SESSION['reg_password']."','".$_SESSION['reg_email']."','".$_SESSION['reg_nome']."',";
$query.= "'".$_SESSION['reg_sesso']."','".$ddn."','".$_SESSION['reg_citta']."','".$x_attivazione[1]."')";
mysql_query($query)or die("".mysql_error()."");
magari qualcuno di voi ha l'cchio piu' sveglio