No matter what I do, after a question is submitted on my site, these codes show up right above the “Your message has been sent” line…
Warning: preg_match() [function.preg-match]: Empty regular expression in /home/content/82/9307982/html/contact.php on line 77
Warning: preg_match() [function.preg-match]: Empty regular expression in /home/content/82/9307982/html/contact.php on line 77
And no matter what I edit in the php, it doesn’t go away…my brain now hurts and anything from anyone would be helpful at this point. Thank you in advance! Here is my line 77:
[php][/php]if (email_is_valid($youremail) && !preg_match("\r",$youremail) && !preg_match("\n",$youremail) && $yourname != “” && $yourmessage != “” && substr(md5($user_answer),5,10) === $answer) {