Re: [PHP-DOC] mysqli-fetch-assoc

2004-03-13 Thread Georg Richter
Aloha Enrique, I changed the text a little bit (copied it from ext/mysql :). Thx for the hint! Cheers Georg

Re: [PHP-DOC] mysqli-fetch-assoc

2004-03-12 Thread irchtml
> 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 mysqli_fetch_assoc function > will contain the value of > the last column of that name. If you must work wi

[PHP-DOC] mysqli-fetch-assoc

2004-03-12 Thread Enrique Garcia Briones
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 mysqli_fetch_assoc function will contain the value of the last column of that name. If