include $_SERVER['DOCUMENT_ROOT']."/locations/includes/header.php" ?>
$country = '';
$to_email = $office_email;
if(isset($_GET['url'])) {
$agents = getAgentsbyUrl($_GET['url']);
foreach ($agents as $agent) {
$siteurl = $agent->c_wordpress_site_shortname__c;
$agentname = $agent->c_employee_full_name__c;
$agentphone = $agent->c_phone__c;
$agentemail = $agent->c_site_email__c;
$agentaddress = $agent->c_email__c;
$to_email = $agentemail;
$address = $agentaddress;
$phone = $agentphone;
}
}
if(isset($_GET['agenturl'])) {
$agents = getAgentsbyUrl($_GET['agenturl']);
foreach ($agents as $agent) {
$siteurl = $agent->c_wordpress_site_shortname__c;
$agentname = $agent->c_employee_full_name__c;
$agentphone = $agent->c_phone__c;
$agentemail = $agent->c_site_email__c;
$agentaddress = $agent->c_email__c;
$to_email = $agentemail;
$address = $agentaddress;
$phone = $agentphone;
}
}
?>
If you are interested in connecting with Transworld Business Advisors about buying or selling a business, or if you simply have a question, please contact us using the below form.
OR Please feel free to contact us with the below form and we will get back to you as soon as possible.
include $_SERVER['DOCUMENT_ROOT']."/locations/includes/footer.php" ?>
include $_SERVER['DOCUMENT_ROOT']."/includes/js-scripts.php" ?>