ho letto, mi è un po' + chiaro ora...

per l'altro problema? Cioè se volessi evitare che quando uno scrive " in un form e preme submit si aggiunge da sola lo /, come devo fare?

ripeto qeusta funz può essere utile?

function RemoveHtml($text) {
$text = stripslashes($text);
$text = htmlspecialchars($text);
$text = nl2br($text);
return($text);
}

di preciso a che serve?

Grazie, ciao