| dbx_escape_stringEscape a string so it can safely be used in an sql-statement Description
   string dbx_escape_string
    ( object  $link_identifier, string$text)Escape the given string so that it can safely be used in an sql-statement. Parameters
 
 Return Values
   Returns the text, escaped where necessary (such as quotes, backslashes
   etc). On error,  Examples
 Example #1 dbx_escape_string example 
<?phpSee Also
 
 |