ABAA Members Search
You may search for ABAA Members by state or limit your search to the name of a member company.
[insert_php]// fetch the company_types – updated 27 December 2012 bpv-ycdt
$db_company_types = array();
$stmt = $dbh_YCDT1->query(“SELECT id, english FROM company_types WHERE id NOT IN (2) ORDER BY sort_order, english, id”);
$db_company_types = $stmt->fetchAll(PDO::FETCH_ASSOC);if ($_SERVER[‘PHP_SELF’] <> ‘/abaa-members-search-2/’) { [/insert_php][insert_php] } else { [/insert_php][insert_php] } [/insert_php]
|