View Single Post
Old 02-01-2013, 10:08 AM   PM User | #1
needsomehelp
Regular Coder

 
Join Date: Oct 2009
Posts: 302
Thanks: 4
Thanked 3 Times in 3 Posts
needsomehelp can only hope to improve
mysqli: how do i get a list of fields

Is there a way to grab all field names and display them ?

this is what i used to do...

Code:
mysql_field_name( $result ,$i);
But can not find anything yet that is like this for mysqli
needsomehelp is offline   Reply With Quote