Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Reddit.com:
How do YOU sanitize input?
Nov 03, 2011 @ 16:04:02

On Reddit.com there's a recent post that asks the question How do YOU sanitize input in your PHP applications?

I am developing some software for my high school using HTML, CSS, MySQL, and most importantly PHP. [...] So I pose this question, what is YOUR favorite way to sanitize input for inserting, updating, or selecting from a database? Also, is there any way you prefer to verify that input is of a certain type, and only of that type ie, if you're expecting an int or a string, how would you make sure you are receiving one?

Answers on the post touch on things like:

tagged: input sanitize database filter opinion

Link:


Trending Topics: