Areas of Expertise 

 
error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND expertise_sub.subID=services_sub.services_subID AND services_sub.isActive' at line 7 | 1064
sql: SELECT expertise_sub.subID, services_sub.services_subID AS subID, services_sub.name as subName, services_sub.description as subDesc FROM expertise_sub,services_sub WHERE expertise_sub.expertiseID= AND expertise_sub.subID=services_sub.services_subID AND services_sub.isActive='y' ORDER BY services_sub.name ASC
 
error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND resources_expertise.resourcesID=resources.resourcesID AND resources.reso' at line 7 | 1064
sql: SELECT resources_expertise.resourcesID as resourcesID, resources.title AS title, resources.synopsis AS synopsis, resources.filename AS filename FROM resources_expertise,resources WHERE resources_expertise.expertiseID= AND resources_expertise.resourcesID=resources.resourcesID AND resources.resourcestypeID=2 AND resources.isActive='y' LIMIT 5
error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND resources_expertise.resourcesID=resources.resourcesID AND resources.reso' at line 6 | 1064
sql: SELECT resources_expertise.resourcesID as resourcesID, resources.title AS title, resources.challenges AS challenges FROM resources_expertise,resources WHERE resources_expertise.expertiseID= AND resources_expertise.resourcesID=resources.resourcesID AND resources.resourcestypeID=1 AND resources.isActive='y' LIMIT 3