Anyone have a good idea on how to easily eliminate all html out of posted news topic? I have a site I'm developing, ndgamers.com that will allow all members that sign up to post battle reports. Everyone who comes to the site will eventually be allowed to create an account. So, I want to add some security into my code to eliminate malicious html code from being entered into the database, creating problems for my site.
So, anyone have any "easy" ways to do this without having to write an entire function to code out all html tags?