La riga d'errore si riferisce a questa query, ma non riesco a capire quale possa essere il problema:check the manual that corresponds to your MySQL server version for the right syntax to use near 'Amaca di Michele Serra (20 Feb 2014)', 'http://ricerca.repubblica.it' at line 11
codice:$query_inserimento = "INSERT INTO $table (tag, item_title, item_link) VALUES ('$feed_data[tag]', '$feed_data[item_title]', '$feed_data[item_link]')"; mysql_query($query_inserimento, $db);