View Single Post
  #4  
Old 05-20-2014, 07:33 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

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

Start with /auth.php and follow the includes, first few. I think most of the prep work is done in /prepare.php.

If your script starts with

PHP Code:
require './auth.php'

you should be good and not needing to do any extra work unless you want to
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote