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
This commit is contained in:
Philip Olson 2002-04-18 18:47:41 +00:00
parent 2d3931eb41
commit 6ddafd4972

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 -->
<refentry id="function.mysql-escape-string">
<refnamediv>
@ -53,8 +53,11 @@ Escaped string: Zak\'s Laptop
</para>
</example>
<para>
See also:
<function>mysql_real_escape_string</function>
See also
<function>mysql_real_escape_string</function>,
<function>addslashes</function>, and the
<link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
directive.
</para>
</refsect1>
</refentry>