The International School has contacts with
many agents around the world. If you would like to get in touch with an
agent nearer to your home than please make a selection the list below
to find out who to talk to. If your country does not appear in the list
or you would rather book the course directly with us then you can use
our booking
form or contact us for more information.
$result=mysql_query("SELECT DISTINCT(country) FROM agents order by country ASC") or die (mysql_error());
while($distinct = mysql_fetch_array($result)){$count++?>
=$distinct[country];?> if(!(($count)==mysql_num_rows($result))){echo ' | ';}}?>
$result=mysql_query("SELECT DISTINCT(country) FROM agents order by country ASC") or die (mysql_error());
while($distinct = mysql_fetch_array($result)){?>=$distinct[country];?>
$result2=mysql_query("SELECT * FROM agents WHERE country='$distinct[country]' order by name ASC") or die (mysql_error());
while($agent=mysql_fetch_array($result2)){?>
| Name: |
=$agent[name];?> |
if($agent[address]){?>
| Address: |
=$agent[address];?>
|
}?>
if($agent[city] or $agent[region]){?>
| City/Region: |
=$agent[city];?>
|
=$agent[region];?>
|
}?>
if($agent[zip] or $agent[country]){?>
| Zip/Country: |
=$agent[zip];?>
|
=$agent[country];?>
|
}?>
if($agent[email]){?>
| E-mail: |
list($email_alias,$email_domain)=split("@", $agent[email], 2);?>
=$email_alias.' at '.$email_domain;?>
|
}?>
if($agent[website]){?>
| Website: |
http://=$agent[website];?>
|
}?>
if($agent[phone]){?>
| Phone: |
=$agent[phone];?>
|
}?>
if($agent[fax]){?>
| Fax: |
=$agent[fax];?>
|
}?>
|
}?>

}?>
|