|
Get SteelArrow!
|
|
|
|
webdbsafe
|
|
|
|
|
|
|
Return to Function List |
|
Returns an HTML and database safe version of the supplied string. For example, tags
such as <B> are replaced with <B>. As well, any
single quotes are replaced with double single quotes.
Note:
SteelArrow automatically makes strings 'dbSafe' when used with SAQUERY. This
function exists as an extended support function.
|
|
Syntax |
webDbSafe( string )
|
string |
String to evaluate. |
|
|
|
|
|
|
|
|