require_once '../../site_conf.php'; include_once('../../classes/Product.php'); include_once('../../app_files/db/dns.php'); $con=@mysql_connect($dns_host,$dns_user,$dns_pwd ); if(!$con){print "Error can not connect with database server\n";exit;} $db=@mysql_select_db($dns_db, $con); require_once '../../common_functions.php'; mysql_query("SET time_zone ='UTC'"); mysql_query("SET NAMES 'utf8'"); date_default_timezone_set('Europe/London'); $locale='fr_FR'; $store_key=3; ?>






































