jspicher on 10/09/09
Last Edited at 10/09/09 04:49pm
function sanitize_mail_input($input){ return str_replace(array("\r","\n"),'',$input);}
Report this snippet Tweet
Comment:
You need to login to post a comment.