PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Güayoyo   Comuni italiani   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example file
Class: Comuni italiani
a drop down menu
Author: By
Last change:
Date: 21 years ago
Size: 213 bytes
 

Contents

Class file image Download
<?php
include ("./comuni_class.php"); // to include the class file
$obj = new Comuni; // instance new object
$obj ->drop_down('Province_of'); // print the drop down menu with the input name
?>