RE: getting MySQL column header?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> Honestly, did you read the manual after I told you last time??

Umm.. am I missing something?

I don't believe I've ever asked this question before? If so... my bad.

I did have a gander at the manual and was unsure how I could grab the
header info and not add an additional query to get this info.

*shrugs*

Thanks for the info, though!

Aaron



-----Original Message-----
From: CPT John W. Holmes [mailto:holmes072000@charter.net] 
Sent: July 21, 2003 4:24 PM
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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux