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