Jump to content

[SOLVED] getting field names from mysqli->query??


menriquez

Recommended Posts

yes i am trying to build a generic class that takes a result set from a mysqli->query and builds an object that contains the number of rows and an 2-d associative array with the field name as one of the array indexs.

 

I used mysqli_field_count() to the the number of fields, but can't figure out how to get the field names. 

 

advTHANKSance,

- mark

yeah i got the number of rows worked out, that was easy...but thxs anyway.

 

i just need access to the field names...i suppose if i had to i could pass them in the object constructor, but i would rather just grab them from the query object.  I know they are stored in there somewhere...

 

- mark

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.