Hey, I'have actually just read your mail. You quoted the msql_fetch_array()
description, which is quite similar to mysql_fetch_array(), except that
an y is missing in the function name and constant names. ;) So you looked
at the wrong page. The mysql_fetch_array() page is correct, as I mentioned
earlier...
 
Goba
----- Original Message -----
Sent: Sunday, March 17, 2002 6:03 PM
Subject: Re: [PHP-DOC] documentation of mysql_fetch_array

This bug has been fixed, and a correct copy of
that page will become available as the automatic
process generates the files.
 
Thanks for your report,
Goba
----- Original Message -----
Sent: Sunday, March 17, 2002 5:42 PM
Subject: [PHP-DOC] documentation of mysql_fetch_array

hello,
 
i found a small mistake in your documentation that might confuse some none PHP experts like me.
it's in the chapter on mysql_fetch_array concerning the constants that can be passed to the result_type parameter. the MSQL_ prefix is wrong, it should be MYSQL_
 
>> The second optional argument result_type in msql_fetch_array() is a constant and can take the following values: MSQL_ASSOC, MSQL_NUM, and >> MSQL_BOTH.
 
regards,
Bernhard Jung

Reply via email to