Jump to content

BAD WORD IS TEXT OR TEXT FIELD, FIND AND STOP


Orionsbelter

Recommended Posts

Ok, i find many users sign up with words like fuck and shit in thier name and sometime they send messages to each other swearing at one another i do replace the swears in the messages but how ever would like to have something that will stop them

 

example

 

if($_POST['username'] contains('fuck')){ echo"badword used";}

 

is there anything like that?

 

 

 

That will replace the word.

To find words you can use a variety of string functions. You will need a bad words list to compare as the post above suggests.

 

strstr()

preg_match()

strstr()

ereg()

preg_match_all()

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.