From abbcf3fd73402d98f77f3be7f2d7a044413bb755 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 29 Jul 2010 03:19:30 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301672 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addslashes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/addslashes.xml b/reference/strings/functions/addslashes.xml index 8eed0a4078..26d9a4822e 100644 --- a/reference/strings/functions/addslashes.xml +++ b/reference/strings/functions/addslashes.xml @@ -23,7 +23,7 @@ An example use of addslashes is when you're entering data into a database. For example, to insert the name O'reilly 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. mysqli_real_escape_string for MySQL or pg_escape_string for PostgreSQL), but if the DBMS you're using does't have an escape function