Filter bad words php script?

  • Thread starter Thread starter Anne
  • Start date Start date
A

Anne

Guest
Can you please give me php script that filters words.
SIMPLE and EASY to use, please. ♥

thanks
I meant a script that is not very complex to edit.
 
There is no such thing as an "easy" script to filter specific text. A filter needs to scan text and take thing out using regular expressions, not always a trivial task. Time to learn how to do it.
 
There is no such thing as an "easy" script to filter specific text. A filter needs to scan text and take thing out using regular expressions, not always a trivial task. Time to learn how to do it.
 
Back
Top