voi notate qualche di strano?:

Codice PHP:
$query1 "UPDATE nome_tabella 
SET campo = REPLACE(campo, '\"', '')"
;

if (
mysql_query($query1$db)) 
    echo 
"IL CAMPO e' STATO MODIFICATO CORRETTAMENTE

"
;
 else 
    echo 
"Errore durante l' inserimento"

Eppure a me restituisce: errore durante l'inserimento