Jump to content
16/01/2006
I would change htmlspecialchars($content) for stripslashes(htmlentities($content))
This way, it adds suport for quotes and foreign languages
Vote down?
16/01/2006
I would change htmlspecialchars($content) for stripslashes(htmlentities($content))
This way, it adds suport for quotes and foreign languages