Escaping input to the PHP mail() function →
Posted on January 15, 2012 in Development with 0 comments.
I recently built my email contact form on this website and thought I would share with you the method which I used to escape input to the PHP mail() function in order to avoid security vulnerabilities on your own contact form. You may think that the mail() function is a relatively safe function and data [...]







