Although this does not pertain to php programming it is important to the php script I am writing.
I need a word list of adult and generally vulgar words to use for a filter so users cannot post them to my site. I have already designed the filtering. I just need the list of words and phrases to import into the database. Trying to do each one by hand would be a very time consuming task
any suggestions would be greatly appreciated.