Function for getting value of a request variable.
This function checks wether the request variable exists and returns its value. If the request variable does not exist, an empty value is returned.
| Name | Pass type | Value type | Default value | Description |
|---|---|---|---|---|
| $name | by value | string |
Name of the request variable how it is written in the form fields. |
The value of the request variable or an empty string.