now, why didn't we catch that sooner!?!?!
I guess I never attempt to use association from mysql fetched rows.
note: ASSOCiation (or BOTH; default) DOES work with mysql_fetch_array()
> exactly.
>
> phil used:
>
> if ($hasLoggedIn && ($row = mysql_fetch_row($query))) {
>
> which does not return an associative array.
<snipped>