Re: [PHP] Re: Get MySQL table field names

2004-02-29 Thread Five
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 01 March 2004 10:04, Five wrote: > > "Michael Kunze" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > > > Matt Palermo wrote: > > > > How can I get the field names from a specified MySQL table

Re: [PHP] Re: Get MySQL table field names

2004-02-29 Thread Jason Wong
On Monday 01 March 2004 10:04, Five wrote: > "Michael Kunze" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > Matt Palermo wrote: > > > How can I get the field names from a specified MySQL table? I don't > > > need the data, I just want to get an array of the tables field names.

[PHP] Re: Get MySQL table field names

2004-02-29 Thread Five
"Michael Kunze" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Matt Palermo wrote: > > > How can I get the field names from a specified MySQL table? I don't need > > the data, I just want to get an array of the tables field names. > > use 'DESC table_name;' > > -- > Michael Kunze

[PHP] Re: Get MySQL table field names

2004-02-29 Thread Michael Kunze
Matt Palermo wrote: > How can I get the field names from a specified MySQL table? I don't need > the data, I just want to get an array of the tables field names. use 'DESC table_name;' -- Michael Kunze http://www.smrealms.de/ Caterva carissima mea est Ille Quis. -- PHP General Mailing List