Log in

View Full Version : validation of post display


stek2006
04-02-2007, 02:37 PM
Sorry if this one has been asked before, but are there any mods out there to replace non HTML compliant characters with the HTML entities/character codes for posts being displayed from the database?

Seems that both the wysiwg and text only posting forms allow non safe characters to be stored to the Db....

Any help to get the forum bit of my site passing validation much appreciated :=)

Steve

stek2006
04-04-2007, 03:28 PM
Anyone? Driving me a bit mad....

WetWired
04-04-2007, 03:32 PM
What non-safe characters are you talking about? htmlspecialchars is already run on the output to replace <>"& and probably others.