From 6ddafd49726bd31adde1c9f3f7eba85b405ea82e Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 18 Apr 2002 18:47:41 +0000 Subject: [PATCH] mysql_escape_string(): See also addslashes and magic_quotes_gpc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78691 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-escape-string.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-escape-string.xml b/reference/mysql/functions/mysql-escape-string.xml index 51758eb39e..f3fdfdf27f 100644 --- a/reference/mysql/functions/mysql-escape-string.xml +++ b/reference/mysql/functions/mysql-escape-string.xml @@ -1,5 +1,5 @@ - + @@ -53,8 +53,11 @@ Escaped string: Zak\'s Laptop - See also: - mysql_real_escape_string + See also + mysql_real_escape_string, + addslashes, and the + magic_quotes_gpc + directive.