RE: [PHP] Howto list Mysql Table Headers using PHP

2003-07-20 Thread Ow Mun Heng
Re: [PHP] Howto list Mysql Table Headers using PHP Ow Mun Heng wrote: > Hi, > > Got a quick question.. How do I get the table headers also > printed/retrieved by PHP for 'echo'?? mysql_field_name() Next time, check the manual. :) -- ---John Holmes... Amazon Wish

Re: [PHP] Howto list Mysql Table Headers using PHP

2003-07-20 Thread John W. Holmes
Ow Mun Heng wrote: Hi, Got a quick question.. How do I get the table headers also printed/retrieved by PHP for 'echo'?? mysql_field_name() Next time, check the manual. :) -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ PHP|Architect: A magazine for PHP Pr

[PHP] Howto list Mysql Table Headers using PHP

2003-07-20 Thread Ow Mun Heng
Hi, Got a quick question.. How do I get the table headers also printed/retrieved by PHP for 'echo'?? eg : 1 +--+--+-++ 2 | Drive SN | HSA DCM | Family | Media Supplier | 3 +--+--+--