Nov 7, 2006 #1 puremm Technical User Joined Oct 30, 2006 Messages 23 Location GB Does anyone know of a Bad Word Filter that will replace specified words from a form, before submitting to a database? Any advice would be grateful...
Does anyone know of a Bad Word Filter that will replace specified words from a form, before submitting to a database? Any advice would be grateful...
Nov 7, 2006 #2 cLFlaVA Programmer Joined Jun 14, 2004 Messages 6,450 Location US i suggest doing this server-side. there are examples available on the web - just google for "profanity filter php" (if you're using php). *cLFlaVA ---------------------------- [tt]"quote goes here"[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
i suggest doing this server-side. there are examples available on the web - just google for "profanity filter php" (if you're using php). *cLFlaVA ---------------------------- [tt]"quote goes here"[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]
Nov 7, 2006 #3 MarkZK Technical User Joined Jul 13, 2006 Messages 202 Location GB here's a js just in case http://userscripts.org/scripts/source/4175.user.js Upvote 0 Downvote