Richard Lynch wrote:
On Wed, April 11, 2007 12:53 pm, [EMAIL PROTECTED] wrote:
Quoting Robert Cummings <[EMAIL PROTECTED]>:

mysql_fetch_row()?

It's a religious question.

I find mysql_fetch_assoc to be less clear because you end up not
necessarily using the data until much later, and by the time you get
to the line that has:

There isn't much religious since you can't use mysql_fetch_assoc when you retrieve identical named columns from different table. So you have to use mysql_fetch_row and move them immediately into a
better named array.

O. Wyss

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to