Bruno 16 January 2006 I would change htmlspecialchars($content) for stripslashes(htmlentities($content)) This way, it adds suport for quotes and foreign languages
I would change htmlspecialchars($content) for stripslashes(htmlentities($content))
This way, it adds suport for quotes and foreign languages