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. +