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


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

Reply via email to