Skip Evans wrote:
Hey all,

What is the most effective way to block HTML code in insert statements?

I have a client with a comments form that is being bombarded with people inserting references to their own sites, etc, and I need an effective way to filter basically any HTML tags at all.

You'll need to do that before inserting it into the database. How you do that depends on which scripting language you're using to generate the inserts.

Mark

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to