Quote:
Originally Posted by thisgeek
Why are you using htmlspecialchars() as the 'fix' function? That only causes special chars to get converted... why not use strip_tags() ?
I've replaced the two calls to htmlspecialchars with strip_tags and everything is working as it is supposed to. - html code is stripped out, while leaving special chars alone.
Anyway, thanks for doing it in the first place! 
|
Thats what happens in a normal post
Mike, you just uploaded the new file and it is causing the problem?