Login   Register  
PHP Classes
elePHPant
Icontem

File: testCombo.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2003-07-31 02:56
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>