SEARCH BY PROPERTY TYPE
> Industrial > Office > Retail > Land > Investment > Office/Warehouse > Other
SEARCH BY ADDRESS
SEARCH BY CITY
SEARCH BY ZIP
SEARCH BY DATE
SEARCH BY STATUS
> For Lease > For Sale > Sold > Leased > Under Contract
SEARCH BY ASSOCIATE $sql = "SELECT * FROM `associate` WHERE 1 ORDER BY `lname` ASC "; $result = mysql_query($sql); if($result != null) { while ($item = mysql_fetch_array($result)) { //foreach($result as $item) $id = $item["id"]; $fname = $item["fname"]; $lname = $item["lname"]; echo ("$fname $lname"); } } else { echo ("No Associates Found"); } ?> GO VIEW ALL HALL LISTINGS
VIEW ALL HALL LISTINGS
// Include footer include("footer.php"); ?>