An HTML form is collecting data and checking it with PHP before sending the collected information via e-mail. I need to ensure that the form is secure when the mail is sent. Currently the form is working (sends data as expected), and filters “HTTP” to reduce 90% spam. However \n \r, bcc, etc could still get through. I’ve read how to do it, but I want an expert to explain it or code it.
