HTML_Form
[ class tree: HTML_Form ] [ index: HTML_Form ] [ all elements ]

File: Form.php

Source Location: /HTML_Form-1.3.1/HTML/Form.php

Classes:

HTML_Form
HTML form utility functions

Page Details:

HTML form utility functions

Release 1.3.0 introduces very important security fixes. Please make sure you have upgraded.

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.


HTML_FORM_MAX_FILE_SIZE [line 49]

HTML_FORM_MAX_FILE_SIZE = 1048576
Default value for the $maxsize parameter of some methods.

You can set this in your scripts before including Form.php so you don't have to manually set the argument each time you call a method.


[ Top ]



HTML_FORM_PASSWD_SIZE [line 60]

HTML_FORM_PASSWD_SIZE = 8
Default value for the $maxsize parameter of some methods.

You can set this in your scripts before including Form.php so you don't have to manually set the argument each time you call a method.


[ Top ]



HTML_FORM_TD_ATTR [line 108]

HTML_FORM_TD_ATTR = ''
Default value for the $tdattr parameter of most methods.

You can set this in your scripts before including Form.php so you don't have to manually set the argument each time you call a method.

  • Since: Constant available since Release 1.1.0

[ Top ]



HTML_FORM_TEXTAREA_HT [line 82]

HTML_FORM_TEXTAREA_HT = 5
Default value for the $height parameter of some methods.

You can set this in your scripts before including Form.php so you don't have to manually set the argument each time you call a method.


[ Top ]



HTML_FORM_TEXTAREA_WT [line 71]

HTML_FORM_TEXTAREA_WT = 40
Default value for the $width parameter of some methods.

You can set this in your scripts before including Form.php so you don't have to manually set the argument each time you call a method.


[ Top ]



HTML_FORM_TEXT_SIZE [line 38]

HTML_FORM_TEXT_SIZE = 20
Default value for the $size parameter of most methods.

You can set this in your scripts before including Form.php so you don't have to manually set the argument each time you call a method.


[ Top ]



HTML_FORM_TH_ATTR [line 95]

HTML_FORM_TH_ATTR = 'align="right" valign="top"'
Default value for the $thattr parameter of most methods.

You can set this in your scripts before including Form.php so you don't have to manually set the argument each time you call a method.

  • Since: Constant available since Release 1.1.0

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:45:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.