<?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 ?>