Fix typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301672 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-07-29 03:19:30 +00:00
parent d0935fe66d
commit abbcf3fd73

View file

@ -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