Result sets are row based, not column based. Hence you need to itterate through the entire resultset and load it into a index array of proper type in order to do that.
-----Original Message----- From: Matt Babineau To: [EMAIL PROTECTED] Sent: 9-12-02 2:17 Subject: [PHP-WIN] How do I access a mysql result array? 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 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php