Hey John, This is another person asking the same question as I did.. & thanks again for your help.. :) Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -----Original Message----- From: CPT John W. Holmes [mailto:holmes072000@charter.net] Sent: Tuesday, July 22, 2003 4:24 AM To: Aaron Wolski; php-db@lists.php.net Subject: Re: getting MySQL column header? > How would one get the column name/header out of this query so that I > could display it as the header for my columns? Honestly, did you read the manual after I told you last time?? $num_fields = mysql_num_fields($result) for($x=0;$x<$num_fields;$x++) { echo mysql_field_name($result,$x); } ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php