Title: mysqli-fetch-assoc

Hi,

There is a paragraph that i don�t understand that says:

If two or more columns in the result set have the same column name, the associative array

     returned by the <function>mysqli_fetch_assoc</function> function will contain the value of

     the last column of that name. If you must work with result sets with this properity, the

     <function>mysqli_fetch_row</function> should be used which returns an numerically-indexed

     array instead.

In the part where is said:

   If you must work with result sets with this properity, the <function>mysqli_fetch_row</function>

   should be used which returns an numerically-indexed array instead.

For my understanding, it should be :

   If you must NOT work with result sets with this property, the <function>mysqli_fetch_row</function>

   should be used which returns an numerically-indexed array instead.

Or something similar. But of course it is just my opinion, so Ill wait for advice.

Enrique Garc�a Briones

Reply via email to