From df874ac38fbdf58ea26a3275b18379d00a281f93 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 10 Nov 2002 07:02:39 +0000 Subject: [PATCH] Expanded the example as a place to point 'beginners' to. See also mysql_error(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103153 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysql/functions/mysql-fetch-assoc.xml | 57 +++++++++++++++---- 1 file changed, 45 insertions(+), 12 deletions(-) diff --git a/reference/mysql/functions/mysql-fetch-assoc.xml b/reference/mysql/functions/mysql-fetch-assoc.xml index f7b0ee5ebc..93cd0f1e9e 100644 --- a/reference/mysql/functions/mysql-fetch-assoc.xml +++ b/reference/mysql/functions/mysql-fetch-assoc.xml @@ -1,5 +1,5 @@ - + @@ -42,28 +42,61 @@ provides a significant added value. - <function>mysql_fetch_assoc</function> + An expanded <function>mysql_fetch_assoc</function> example ]]> - For further details, see also + See also mysql_fetch_row, - mysql_fetch_array and - mysql_query. + mysql_fetch_array, + mysql_query, and + mysql_error.