Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

T_CONSTANT_ENCAPSED_STRING


Guest

Recommended Posts

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...