PHP Classes

File: testCombo.php

Recommend this page to a friend!
  Classes of Oliver Susano   comboBoxList   testCombo.php   Download  
File: testCombo.php
Role: Example script
Content type: text/plain
Description: testCombo.php
Class: comboBoxList
Builds a form combo box field from database query
Author: By
Last change: -
Date: 21 years ago
Size: 229 bytes
 

Contents

Class file image Download
<? if($submit){ print $ctry; } ?>
<form action="testCombo.php" method=post>
<?
   
require("comboBox.php");
   
$makeListBox = new comboBox("tbl_Country", "ctry", "0", "1", $ctry, "", "Country");
?>
<input type="submit">
</form>