Re: [PHP-DB]different heading

2004-08-19 Thread randy
Or, you can just ereg_replace("_", " ", ""); On Fri, 20 Aug 2004 12:20:44 +0800, Jason Wong <[EMAIL PROTECTED]> wrote: > On Thursday 19 August 2004 18:28, balwantsingh wrote: > > > now my problem is that by default column name (of mysql table) is displayed > > as heading > > You are in control

Re: [PHP-DB]different heading

2004-08-19 Thread Jason Wong
On Thursday 19 August 2004 18:28, balwantsingh wrote: > now my problem is that by default column name (of mysql table) is displayed > as heading You are in control of the HTML that goes into the webpage. You don't have to use the column names returned from the mysql query. So where's the problem