Salve a tutti
sto facendo un piccolo script di esempio per imparare ad inserire dei dati nel database mysql questo è lo script:

Codice PHP:
$nometrim($_POST["nome"]);
$cognometrim($_POST["cognome"]);
$emailtrim($_POST["email"]);
$testotrim($_POST["testo"]);

mysql_select_db("messaggi",$db);
mysql_query("Insert Into messaggi (Nome, Cognome, Email, Testo) valuse (".$nome.", ".$cognome.", ".$email.", ".$testo.")",$db); 
mi dà 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 '@live.it, Prova messaggio)' at line 1