PHP Classes

File: bulkform.html

Recommend this page to a friend!
  Classes of Jijomon Thottungalthara   Bulk Form Processing   bulkform.html   Download  
File: bulkform.html
Role: Auxiliary data
Content type: text/plain
Description: bulkform.html
Class: Bulk Form Processing
Build database queries from form request values
Author: By
Last change:
Date: 12 years ago
Size: 799 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action=""> <label> <input type="text" name="textfield" id="textfield" /> </label> <label> <input type="text" name="textfield1" id="textfield1" /> </label> <label> <input type="text" name="textfield2" id="textfield2" /> </label> <label> <input type="text" name="textfield3" id="textfield3" /> </label> <input name="action" type="hidden" /> <input name="submit" type="submit" /> </form> </body> </html>