|
hiddenBox
Required Parameters: string $field
Optional Parameters: string $value
Returns: None
Description: This function generates a HTML form input of type "hidden" populated by the string in $value. The box is not scalable since it is not rendered by the web browser. Its name is given by the $field variable.
function hiddenBox($field, $value = '')
|