I noticed I have a bunch of addslashes() in vBulletin I'm running.
Are there any threats there of SQL injections? Is mysql_real_escape_string() better to use?
http://shiflett.org/blog/2006/jan/ad...-escape-string
Are there any threats there of SQL injections? Is mysql_real_escape_string() better to use?
http://shiflett.org/blog/2006/jan/ad...-escape-string
Comment