Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I need to be able to extract all of the possible entry values for a MySql Field and print them into a HTML drop down feild.
The table is called temp and the field is called stage with the following options.
Stage` ENUM('registered','check','notify','complete','rejected') DEFAULT "registered" NOT NULL
I am sure there is a simple way of achieving this?
Thanks!!
Alistair
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting Values from a MySql ENUM Field
by greywolf (Priest) on Aug 16, 2002 at 00:20 UTC | |
by Anonymous Monk on Sep 07, 2010 at 17:31 UTC | |
|
Re: Getting Values from a MySql ENUM Field
by Mr. Muskrat (Canon) on Aug 16, 2002 at 00:08 UTC |