What's a method to sanitize PHP POST data for passing to a mail function? (I prefer a method that's not part of the mysql_function()
family of functions.)
I take the data, sanitize it, print it back to the user and send it in an email to a preset address.
EDIT: I'm just sending the email to our email address so we can send out a mailing to the address in the email.