Salve, ho un dato in una tabella mysql, con l'apice, quando vado ad aggiornarlo me lo aggiorna in questo modo:
L'amour -> L'\amour
se metto un replace di questo genere:

$value = str_replace("'", "\'",$_POST['value']);

mi restituisce un errore del tipo:
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 'amour Toujours ' WHERE `id`= 1695' at line 1

come potrei risolvere?
Grazie per qualsiasi forma d'aiuto