(PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)
dbx_escape_string -- Escape a string so it can safely be used in an sql-statementEscape the given string so that it can safely be used in an sql-statement.
link_identifierThe DBX link object returned by dbx_connect()
textThe string to escape.
Returns the text, escaped where necessary (such as quotes, backslashes etc). On error, NULL is returned.
| Zurück | Zum Anfang | Weiter |
| dbx_error | Nach oben | dbx_fetch_row |