|
if (!$RegionID) {
?>
| Select a
colored region on the map below to view YES Country Networks in that
region: |

|
|
Map
of YES Country Networks.
|
|
} else {
?>
YES Country Networks in
=id2name(region,$RegionID)?>
:
$ycn = mysql_query("SELECT * FROM Projects,Countries WHERE ProjectAlias LIKE 'YES-%' AND ProjectAlias != 'YES-SIDA' AND ProjectCountryID = Countries.CountryID AND Countries.RegionID = '$RegionID' ORDER BY ProjectTitle");
while ($n = mysql_fetch_array($ycn)) {
?>
-
=id2name(country,$n[CountryID])?>
:
=stripslashes($n[ProjectTitle])?>
}
?>
« back to the list!
}
?>
|
|