ERRORE
Query inserimento voce non valida: 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 ')' at line 1
QUERY
codice:
$aggiungi=mysql_query("INSERT INTO ".$_SESSION['Add']." (Codice, Titolo, Voce, Var1, Var2,Unitadimisura, Prezzo, Prezzocc) VALUES ('".$_POST['Codice'][$i]."','".$_POST['Titolo'][$i]."','".$_POST['Voce'][$i]."','".$_POST['Var1'][$i]."','".$_POST['Var2'][$i]."','".$_POST['Unitadimisura'][$i]."',".$_POST['Prezzo'][$i].",".$_POST['Prezzocc'][$i].")")
or die("Query inserimento voce non valida: " . mysql_error());
doce sta' l'errore???