select distinct category.* from category, location
where category.locationid = location.locationid
and location.locationtype=1 and category.languageid ='1'
order by category.priority, category.categoryid
( ! ) Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/cconcepts/www.parkstone-international.com/html/left.php on line 50
( ! ) Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/cconcepts/www.parkstone-international.com/html/left.php on line 86