Re: [PHP] Get Column Names for mySQL...

2004-06-06 Thread John W. Holmes
Russell P Jones wrote: How would one cycle through and get all of the column names in a mysql table? say that i have... id | title | name | description 1 | MR. | russ | age XX height XX 2 | MRS. | jan | age XX height XXX and I want to print out the 4 column names... how would one accomplish t

Re: [PHP] Get Column Names for mySQL...

2004-06-06 Thread Marek Kilimajer
Russell P Jones wrote: How would one cycle through and get all of the column names in a mysql table? say that i have... id | title | name | description 1 | MR. | russ | age XX height XX 2 | MRS. | jan | age XX height XXX and I want to print out the 4 column names... how would one accomplish t