Quote:
Originally Posted by Ted S
Escaping the string is essential for preventing injections so good call on working through that...
We'll be redoing the search function a bit in light of your bug report and will try to test with a few mySQLi connections as well.
|
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.