"anti spam formulaire contact" Code Answer's

You're definitely familiar with the best coding language Whatever that developers use to develop their projects and they get all their queries like "anti spam formulaire contact" answered properly. Developers are finding an appropriate answer about anti spam formulaire contact related to the Whatever coding language. By visiting this online portal developers get answers concerning Whatever codes question like anti spam formulaire contact. Enter your desired code related query in the search bar and get every piece of information about Whatever code related question on anti spam formulaire contact. 

anti spam formulaire contact

By Frail FlamingoFrail Flamingo on Aug 27, 2020
// Test de mots suspects provenant de potentiels spams

$badWords = array('http','www','.ru','My name is','visit', 'my website', 'viagra', 'pharmacy'); // entrez les termes à filtrer entre apostrophes et séparés par une virgule.
$checkFields = array('message', 'sujet'); // renseigner ici le ou les champs devant être contrôlés, entre apostrophes et séparés par une virgule
foreach ($checkFields as $Fld) {
    $FldVal = ff_getSubmit($Fld);
    $matches = array();
    $matchFound = preg_match_all(
        '/\b(' . implode($badWords,'|') . ')\b/i',
        $FldVal,
        $matches
    );
    if ($matchFound) {
        ff_die('Merci pour votre message (mots interdits) !');
    }
}

Source: www.breezingforms.eddy-vh.com

Add Comment

0

All those coders who are working on the Whatever based application and are stuck on anti spam formulaire contact can get a collection of related answers to their query. Programmers need to enter their query on anti spam formulaire contact related to Whatever code and they'll get their ambiguities clear immediately. On our webpage, there are tutorials about anti spam formulaire contact for the programmers working on Whatever code while coding their module. Coders are also allowed to rectify already present answers of anti spam formulaire contact while working on the Whatever language code. Developers can add up suggestions if they deem fit any other answer relating to "anti spam formulaire contact". Visit this developer's friendly online web community, CodeProZone, and get your queries like anti spam formulaire contact resolved professionally and stay updated to the latest Whatever updates. 

Whatever answers related to "anti spam formulaire contact"

View All Whatever queries

Whatever queries related to "anti spam formulaire contact"

Browse Other Code Languages

CodeProZone