From 3d744cb227f44885deb07f39b072507ec4ea768d Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Wed, 10 Sep 2003 07:51:13 +0000 Subject: [PATCH] Added Note (functions is deprecated) removed todo-comment git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140008 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-list-fields.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/reference/mysql/functions/mysql-list-fields.xml b/reference/mysql/functions/mysql-list-fields.xml index 9eb723b11a..036f2e5759 100644 --- a/reference/mysql/functions/mysql-list-fields.xml +++ b/reference/mysql/functions/mysql-list-fields.xml @@ -1,5 +1,5 @@ - + @@ -58,10 +58,13 @@ field3 For downward compatibility mysql_listfields can also be used. This is deprecated however. - + + + The function mysql_list_fields is deprecated. It + is preferable to use mysql_query to issue a + SQL SHOW COLUMNS FROM table [LIKE 'name'] Statement instead. + +