Offices
$wpdbtest_otherdb = new wpdb('hyreales_rgl5', 'E9BiFPo48', 'haywarlts_db', 'localhost');
$wpdbtest_otherdb->show_errors();
$mytrails= $wpdbtest_otherdb->get_results(“SELECT * FROM hayward_realtors_offices
WHERE 1 ORDER BY Listing_Office_Name ASC LIMIT 0, 250 “);
foreach ($mytrails as $myrecord) {
$Listing_Office_Name =$myrecord->Listing_Office_Name;
$Web_Site =$myrecord->Web_Site;
$Phone =$myrecord->Phone;
$Description =$myrecord->Description;
?>
} ?>
} ?>