Guest Posted February 11, 2006 Posted February 11, 2006 Someone that could explain this issue for me?? Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/lorhan/public_html/b2b/includes/modules/pages/product_auction_info/main_template_vars_attributes.php on line 31 Below you can see line 31 (bold) $sql = "select count(*) as total from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$_GET['products_id'] "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$_SESSION['languages_id'] . "'" . " limit 1"; Thanks Newbie!
Jack_mcs Posted February 12, 2006 Posted February 12, 2006 Try changing this (int)$_GET['products_id'] "' to this (int)$_GET['products_id'] . "' Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.