php - mysql_real_escape more than once -


I was wondering if this makes a difference if I use mysql_real_escape data more than once?

I escaped the data in one part of my website, and then again in the second part of the code Will this be a problem? Or does it matter?

Yes you will get an extra unnecessary backslash.


Comments