PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Ashraf Gheith   City to Province - Netherlands   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: An example script
Class: City to Province - Netherlands
Get the province of a city of the Netherlands
Author: By
Last change:
Date: 15 years ago
Size: 119 bytes
 

Contents

Class file image Download
<?php
require_once("city_to_province.php");
$pn = new city_to_province("amsterdam");
print
$pn->province_name;
?>