mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204449 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4be4020053
commit
daf90bf13c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<refentry id="function.mysql-real-escape-string">
|
||||
<refnamediv>
|
||||
<refname>mysql_real_escape_string</refname>
|
||||
|
@ -101,7 +101,7 @@ echo $query;
|
|||
</para>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
SELECT * FROM users WHERE name='aidan' AND password='' OR ''=''
|
||||
SELECT * FROM users WHERE user='aidan' AND password='' OR ''=''
|
||||
]]>
|
||||
</screen>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue