mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301672 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d0935fe66d
commit
abbcf3fd73
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
An example use of <function>addslashes</function> is when you're
|
||||
entering data into a database. For example, to insert the name
|
||||
<literal>O'reilly</literal> into a database, you will need to escape
|
||||
it. It's highly recommeneded to use DBMS specific escape function
|
||||
it. It's highly recommended to use DBMS specific escape function
|
||||
(e.g. <function>mysqli_real_escape_string</function> for MySQL or
|
||||
<function>pg_escape_string</function> for PostgreSQL), but
|
||||
if the DBMS you're using does't have an escape function
|
||||
|
|
Loading…
Reference in a new issue