Why are people so against magic quotes? Is it because it harms good coding practices? magic quotes has been deprecated for php 6.0.
How well will having magic quotes enabled protect me from sql injection attacks?
I'm kinda lazy right now, eventually I plan on getting around to updating some of my code to use mysql_real_escape_string() etc but in the meantime I was curious if I could just fall back on to having magic quotes enabled.
How well will having magic quotes enabled protect me from sql injection attacks?
I'm kinda lazy right now, eventually I plan on getting around to updating some of my code to use mysql_real_escape_string() etc but in the meantime I was curious if I could just fall back on to having magic quotes enabled.