|
Posted by Tim Roberts on 04/17/07 07:27
"Steve" <no.one@example.com> wrote:
>
>btw, wouldn't it make much more sense to make $row be $columns since the key
>of the array points to a column/field and not a row of data?
That's an interesting question. mysql_fetch_array returns one "row" at a
time. But, even though the "thing" is one row of a database query, what
the thing contains are columns.
Personally, I always use $row, but I see your point.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
[Back to original message]
|