Programmer Question
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.
Find the answer here
No comments:
Post a Comment