Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-09-22 07:26
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
?>