/*-------------------------------------------------
Blocked Words from Forms
---------------------------------------------------*/
$spam_keywords = array(
'viagra',
'cialis',
'levitra'
);How to make this spam filter work on all form lines?
Spam comes with different text, but the name is always the same.
I correctly understood that when there is a spam word in the text of the message, the form. PHP shows that the message has been sent, but nothing actually happens?
