Posts Tagged ‘Prevention’

php MySQL injection prevention help?

Posted: 29th March 2010 by admin in MYSQL
Tags: , , ,

I am in a situation where I cannot use mysql_real_escape_string() function. Is addslashes() safe enough to prevent injection?