echo ucwords(strtolower($recNav1["category_".$version]));?>
echo $recNav1["list_desc"];?>
"> echo $recRand["country_name"];?>
$query="select * from t_category,t_product,s_country
where
t_product.code_country=s_country.code_country and
t_product.id_category=t_category.id_category and
t_category.id_category='".$_GET["id_cat"]."' and
t_product.publish='yes' and t_product.code_country='".$recRand["code_country"]."' order by product_name asc";
$sqlProduct=runSQL($query);
while($recProduct=mysql_fetch_array($sqlProduct)){?>
• "> echo $recProduct["product_name"];?>
}?>