>I think this would be nice. To be able to pull a multi-dimentional array
>from a mysql result.
I'm working on a database abstraction module that does exactly this, and
should support every database module that is loaded into php. I've already
got it doing what you describe, only I return an object which includes
rowcount and fieldcount as well as the 2-d array results (index and/or
associative) (and I use [rownumber]["fieldname"] :-)
Probably one or two weeks until it's ready for the public, and by then it
should support mysql and odbc, the rest to be added in due time (or when I
have the databases set up here).
Cheerio, Marc.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]