HOWTO: Read enum values from a field?

2001-03-13 Thread Mark Worsdall

Hi,

When reading field names (or a row of data) how does one read the
possible enum values, so I can put them in a drop down menu?

M.



-- 
He came from Econet - Oh no, I've run out of underpants :(
Home:- [EMAIL PROTECTED] http://www.wizdom.org.uk
Shadow:- [EMAIL PROTECTED]  http://www.shadow.org.uk
Work:- [EMAIL PROTECTED] http://www.hinwick.demon.co.uk

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: HOWTO: Read enum values from a field?

2001-03-13 Thread Gerald L. Clark

select describe mytable ;
will return parseable data.

Mark Worsdall wrote:
 
 Hi,
 
 When reading field names (or a row of data) how does one read the
 possible enum values, so I can put them in a drop down menu?
 
 M.
 
 --
 He came from Econet - Oh no, I've run out of underpants :(
 Home:- [EMAIL PROTECTED] http://www.wizdom.org.uk
 Shadow:- [EMAIL PROTECTED]  http://www.shadow.org.uk
 Work:- [EMAIL PROTECTED] http://www.hinwick.demon.co.uk
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail 
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php