|
Posted by Chuck Anderson on 04/26/06 00:58
David Haynes wrote:
>Gerard Matthew wrote:
>
>
>>Frizzle,
>>
>>Did the mysql_fetch_array( $get_res, 1 ) change fix the problem?
>>
>>
>>
>
>This would probably be clearer as:
>mysql_fetch_array($get_res, MYSQL_ASSOC);
>
>-david-
>(I hate magic numbers in code ;-) )
>
>
>
Or use mysql_fetch_assoc instead of mysql_fetch_array.
--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
Integrity is obvious.
The lack of it is common.
*****************************
Navigation:
[Reply to this message]
|