View Single Post
  #1  
Old 05-19-2014, 12:01 PM
 
bbrewer bbrewer is offline
 

Newbie
  
Join Date: Feb 2014
Posts: 2
 

Default SQL escaping for queries using x-cart's db functions

I was just working on a mod for Xcart 4.6.1 and was under the impression that all the db functions do proper automatic escaping to prevent sql injection, but then I was using db_query() to insert a name with an apostrophe and it wasn't working so I looked at the function and it doesn't escape anything. So, what function should I be using to handle insert queries with automatic escaping of values? Should I not use db_query for anything anymore?
__________________
X-Cart 4.6.1 GoldPlus
Reply With Quote