From 7e3049add7764a7437a5ef966f95409a1ef7d239 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 13 Aug 2001 00:27:15 +0000 Subject: [PATCH] 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 --- functions/mysql.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index bc124187da..59253717f5 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,4 +1,4 @@ - + MySQL functions MySQL @@ -517,8 +517,11 @@ while ($i < $cnt) { mysql_query. - For downwards - compatibility mysql can also be used. + + This function has been deprecated since PHP 4.0.6. + Do not use this function. Use mysql_select_db + and mysql_query instead. +