mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- fixed syntax.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331017 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
432ee8de49
commit
698cad0c1d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
<para>
|
||||
If your DBMS doesn't have an escape function and the DBMS
|
||||
uses <literal>\</literal> to escape special chars, you might be
|
||||
able use this function only when this escape method is adequate for
|
||||
able to use this function only when this escape method is adequate for
|
||||
your database. Please note that use
|
||||
of <function>addslashes</function> for database parameter escaping
|
||||
can be cause of security issues on most databases.
|
||||
|
|
Loading…
Reference in a new issue