Thread
:
mysqli: how do i get a list of fields
View Single Post
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
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
View Public Profile
Find More Posts by needsomehelp