HOME || LOGIN | |||||
![]() |
![]() |
||||
![]() |
![]() |
![]() |
![]() |
![]() |
|
![]() |
|||||
![]() |
Home: Our Agents Buying Home | Search URC Listings | Search MLS Below is a list of all of the United Realty Center agents. You may click the links above to see agents according to the office location they report to. You may also use the drop-down menu below to view a specific real estate agent you may already be working with. $total_rows = mysql_result(mysql_query("SELECT COUNT(agentid) FROM agents"),0); $total_pages = $total_rows / 7; if ((@$ref < 7) || (!$ref)) { $start = 0; } else { $start = $ref; } $page_links = ""; if ($start > 0) { $previous_ref = $start - 7; $page_links = "Previous"; $next_ref = $start + 7; if ($next_ref < $total_rows) { $page_links .= " || Next"; } } else { $next_ref = $start + 7; $page_links .= "Next"; } /***************************************** * run query according to previous results *****************************************/ /* PHP TO CREATE AGENT TABLES WITH LINKS, PICTURE, AND CONTACT INFORMATION FOR EACH */ $sql_agent = mysql_query("SELECT * FROM agents ORDER BY last_name LIMIT $start, 7"); print "$total_rows total agents | $page_links "; // START GATHERING THE AGENTS while ($row_agent = mysql_fetch_object($sql_agent)) { $agentid = $row_agent->agentid; $first_name = $row_agent->first_name; $last_name = $row_agent->last_name; $mobile_number = $row_agent->mobile_number; $fax_number = $row_agent->fax_number; $office_number = $row_agent->office_number; $agent_email_address = $row_agent->email_address; $pic_on_file = $row_agent->pic_on_file; print " "; } /* END PHP FOR AGENT TABLES */ ?> |
||
URC Home | Buying | Selling | Financing | Contact Us General Contact: Info@UnitedRealtyCenter.com United Realty Center, Inc. is an Equal Housing Lender |