I come from a PHP background and am just starting to code ASP pages. My current problem is this:
I have a textarea form in which users can enter info about themselves, in this case a short cv or resume. This info is simply held in a varchar field in a table. Some of the more crafty users have been entering html code in the form to play with their fonts, creating tables etc which are stored in the database. What is the best way to filter html code out of the inputted user form data?
Bookmarks