Adam 2009-02-09
Documentation » Databasecms_db_escape
Escapes PHP's value for SQL usage depending on the value's type
string cms_db_escape( mixed $value )
Parameters
- mixed $value PHP's value to escape
Returns
- string Safe and escaped representation of the value
Last edited 2009-02-24 16:40:27
