TOM::Security::form
From Cyclone3 Wiki
Charindex toolbox.
Contents |
check_form()
Syntax:
check_email()
Syntax:
html_input_value_escape()
- Replaces & and " to their respective HTML entities
Syntax:
$foo = TOM::Security::form::html_input_value_escape($bar);
xml_escape()
Syntax:
$foo = TOM::Security::form::xml_escape($bar);
sql_escape()
Syntax:
$foo = TOM::Security::form::sql_escape($bar);
Categories: TOM | TOM::Security | Libs