RE: [PHP] Naughty Word Catcher

2001-01-31 Thread O.Cook
> -Original Message- > From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] > Sent: 31 January 2001 06:58 > To: Maxim Maletsky; 'Chris Aitken'; [EMAIL PROTECTED] > Subject: RE: [PHP] Naughty Word Catcher > > >header("Location: insert_stuff.php?com

RE: [PHP] Naughty Word Catcher

2001-01-30 Thread Maxim Maletsky
Maletsky Sent: Wednesday, January 31, 2001 3:52 PM To: 'Chris Aitken'; [EMAIL PROTECTED] Subject: RE: [PHP] Naughty Word Catcher Actually your function does header() on each loop ... This is correct .. $query="select naughty_words from prude_list"; $result=mysql_

RE: [PHP] Naughty Word Catcher

2001-01-30 Thread Maxim Maletsky
mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 2:04 PM To: [EMAIL PROTECTED] Subject: [PHP] Naughty Word Catcher Hi all, Ive just been asked whether I can do the following task. When a block of text is submitted via a web form, for it to be checked for offensive words, and rej

RE: [PHP] Naughty Word Catcher

2001-01-30 Thread Maxim Maletsky
PROTECTED] Subject: [PHP] Naughty Word Catcher Hi all, Ive just been asked whether I can do the following task. When a block of text is submitted via a web form, for it to be checked for offensive words, and rejected if there is. So I put my brain hard to work and came up with a possibly solution

[PHP] Naughty Word Catcher

2001-01-30 Thread Chris Aitken
Hi all, Ive just been asked whether I can do the following task. When a block of text is submitted via a web form, for it to be checked for offensive words, and rejected if there is. So I put my brain hard to work and came up with a possibly solution. I know this method should work but im