Schools Using the On-Line Appointment Scheduling System
Partial List of Schools Using the System
0) { echo("
\n"); while ($row = db_fetch_assoc($schools)) { extract($row); if (strlen($province)) echo("
$school_name
- $city, $province, $country
\n"); else echo("
$school_name
- $city, $country
\n"); } echo("
\n"); } ?>