"Matt Babineau" <[EMAIL PROTECTED]> wrote in message
002c01c29f20$cf908500$1a10a8c0@webdevx">news:002c01c29f20$cf908500$1a10a8c0@webdevx...
> How can I access a mysql result array numerically?
>
> Like:
>
> $result[0][0];
> $result[1][0];
>
> I want to be able to access one whole column at a time.
>
> Any ideas?
>
> Thx-
> Matt

-why dont use
mysql_result($query_result,16,12)
-where mysql_result is
mixed mysql_result ( resource result, int row [, mixed field ] )
See explanation in the manual

HTH,
Radovan



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

Reply via email to