SQL injection
Posted: Tue Nov 08, 2005 6:31 pm
Well this relates to the ol' SQL injection topic. I am just wondering this...
If I wrap everything submitted from the user in the following, will this be pretty secure from injection?
If I wrap everything submitted from the user in the following, will this be pretty secure from injection?
Code: Select all
strip_tags(mysql_real_escape_string($dirtydirtyinput))