<?php require_once("city_to_province.php"); $pn = new city_to_province("amsterdam"); print $pn->province_name; ?>
info at phpclasses dot org