| | Badword Filter in php to reduce spam? Actually friends i want to integrate badword filter on one of my webpage, which is filled by the users, so i want to replace all those vulgur words with some special characters. this is very much problematic for me now a days , and i think by this way, any one can also hack my website. i have already gone through numerous technique(like array mechanism , by using preg_replace()etc) but not got the best one.all of them are lenthy and complex way,i think this is not a big problem by using just a simple script we can solve this problem. so i need the simlest code for that, which is easily understandable. and it can be easly integrated with my original script . thanx!!!!!!!! |


