|
|
|
|
|
|
FormHandler |
FormHandler (
string |
$name = null, |
string |
$action = null, |
mixed |
$extra = null |
) |
Arguments:
Name |
Description |
$name |
The name of the form. When none is given, a unique name will be generated. |
$action |
The action of the form. By default this is the same URL as the one which was called to display the form. When you set this to another URL formhandler cannot check the form! Make sure it's pointing to itsself! |
$extra |
This can be extra information which will be included in the form's html tag. You can add for example some CSS or javascript. |
Description:
Latest change: 21 August 09 / 14:13
Comments
|
|
|
|