ph_htmlescape PowerHome formula function
Description
Returns the passed string with appropriate HTML escape characters.
Syntax
ph_htmlescape ( s )
| Argument |
Description |
|
s
|
String. A string which you want any non-safe characters properly escaped for HTML purposes.
|
Return value
String. Returns the passed string properly escaped for HTML.