Ciao, o fatto questo codice ma mi da errore
Codice PHP:
$stringa_query "
INSERT INTO news (
 titolo_news,
 small_desc,
 news_completa,
 autore,
 argomento,
 data,
 view,
 attiva,
 key,
 fonte
 ) values 
(
'"
.$titolo_news."',
'"
.$small_desc."',
'"
.$news_completa."',
'"
.$autore."',
'"
.$argomento."',
'"
.$data_ins."',
'"
.$view."',
'"
.$attiva."',
'"
.$attiva."',
'"
.$key."',
'"
.$fonte."'
)"

ecco l'errore
codice:
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 'key, fonte ) values
Cosa sbaglio??