|
|
|
|
Our Agent Roster
foreach($agents as $agent) { ?>
 |
echo $agent['AGENT_FIRST_NAME']; ?> echo $agent['AGENT_LAST_NAME']; ?>
echo $agent['AGENT_DESIGNATION']; ?>
Phone: echo $agent['AGENT_PHONE']; ?> Fax: echo $agent['AGENT_FAX']; ?>
echo $agent['AGENT_EMAIL']; ?>
|
}
|
|
|