[PHP] enum and set possible values

2001-03-20 Thread Michael George
I'm looking here at the mysql functions for PHP4.0.4 and I'm not finding what I seek... I see that mysql_fetch_field() will get information about a field in the result set from a mysql_db_query(). What I'm wanting to find out is what the possible values are for an enum or a set. So if I have

Re: [PHP] enum and set possible values

2001-03-20 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Michael George) wrote: So if I have an enum with possible values "Yes" and "No" or a set with possible values "Single", "Married", "Divorced", "Widowed", I seek a function that will return an array of strings containing those possible values.