Quote:
Originally Posted by TomasDR
All I did was use VB's standards and it worked.
Replaced all instances of:
Code:
mysql_real_escape_string
With
Works fine now and I believe I am still safe.
|
That's a totally safe approach which uses mysql_real_escape_string or whatever version is relevant for your mySQL / db install. We'll move over to this for best practices in the next version...