Ok, I read a tutorial
http://www.phpfreaks.com/tutorials/122/1.php on how to create a language filter, however I was wondering if it wold be possible to use a MySQL database rather than a text file or an array. The reason I am askign is because I want my users to be able to make their own lists of words that they want to be blocked. Is it possible to do that? If so how would I have to change the code to do that, and how would the data in the database have to look? Would it have to be like word, word or something else to seperate the words?
I am also having a problem with a for loop querying my database and updating data. The loop is inserting all of the stuff in the array, rather than the ones that were selected. Anyone know what may be causing this?