added note about mysql_db_query() been deprecated.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54474 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
foobar 2001-08-13 00:27:15 +00:00
parent a3ef35fbdb
commit 7e3049add7

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.56 $ -->
<!-- $Revision: 1.57 $ -->
<reference id="ref.mysql">
<title>MySQL functions</title>
<titleabbrev>MySQL</titleabbrev>
@ -517,8 +517,11 @@ while ($i &lt; $cnt) {
<function>mysql_query</function>.
</para>
<para>
For downwards
compatibility <function>mysql</function> can also be used.
<note>
This function has been deprecated since PHP 4.0.6.
Do not use this function. Use <function>mysql_select_db</function>
and <function>mysql_query</function> instead.
</note>
</para>
</refsect1>
</refentry>