Re: [PHP] Getting a mysql set info

2002-09-25 Thread Henry
Thanks Debbie, Your a star Henry "Debbie_dyer" <[EMAIL PROTECTED]> wrote in message 00dc01c2646f$06223dd0$19153c3e@homepc">news:00dc01c2646f$06223dd0$19153c3e@homepc... > You need to use SHOW COLUMNS FROM table LIKE 'yoursetfieldname' > > You can then retrieve the values from the ["Type"] colum

Re: [PHP] Getting a mysql set info

2002-09-25 Thread debbie_dyer
You need to use SHOW COLUMNS FROM table LIKE 'yoursetfieldname' You can then retrieve the values from the ["Type"] column which will look like - set('val1','val2'...etc) - you will need to parse this string Debbie - Original Message - From: "Henry" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC