added " "
$shopConfig = "getShopConfig()";
& fixed the problem but still i get other problems :mad:
Fatal error: Call to undefined function getPagingQuery() in /home/www/free/xhost.ro/ionuts2010.xhost.ro/include/productList.php on line 17
$sql = "SELECT pd_id, pd_name, pd_price, pd_thumbnail, pd_qty, c.cat_id
FROM tbl_product pd, tbl_category c
WHERE pd.cat_id = c.cat_id AND pd.cat_id IN $children
ORDER BY pd_name";
$result = dbQuery(getPagingQuery($sql,$productsPerPage)); <--line 17
$pagingLink = getPagingLink($sql, $productsPerPage, "c=$catId");
$numProduct = dbNumRows($result);