Hi there:
Can anyone tell me how I might be able to get the values currently set for an ENUM() field in MySQL??
For example:
Using phpMyAdmin is displayed:
enum('west','midlands','east','south','southeast','southwest')
I'd like to be able to fetch these values into a php script as an array. Is this possible??
Many thanks.
Russ