PHP Classes

File: vai.php

Recommend this page to a friend!
  Classes of Andrea Bersi   Editable select input   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Test page
Class: Editable select input
Generate form select input with editable text
Author: By
Last change:
Date: 19 years ago
Size: 103 bytes
 

 

Contents

Class file image Download
<?
echo "Your first selecton is ".$_POST[prova];
echo
"<br>Your second selecton is ".$_POST[due];
?>