/ Published in: PHP
Stop a spam email form header injection attack - ie stop spammers from hijacking a web form to send junk mail
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
foreach( $_POST as $value ){ } }
URL: http://www.nyphp.org/PHundamentals/8_Preventing-Email-Header-Injection