Hello,
I would like to make a if statement for my form to echo
-Sorry but your answers are not acceptable due to foul language
if they use naughty word in any of the fields.
How would I go about stating that?
I know the == will always make this false use less they string together the profounities together in the same order I have set. But I also want to block $ for s's |for i's @ for a's an so on aso forth.
any help or code already made for this would be helpfull. I am sure I'm not the first to wonder or do it.
-Hoped I helped. Don't forget this site is Member supported.
I would like to make a if statement for my form to echo
-Sorry but your answers are not acceptable due to foul language
if they use naughty word in any of the fields.
How would I go about stating that?
Code:
if(($_POST['about']=="a series fo curse words"))
{
echo "Sorry but your answers are not acceptable due to foul language"
any help or code already made for this would be helpfull. I am sure I'm not the first to wonder or do it.
-Hoped I helped. Don't forget this site is Member supported.