 |
PHP: mysql_query - Manual - PHP: Hypertext Preprocessor
Regarding the idea for returning all possible values of an enum field, the mySQL manual says that "SHOW COLUMNS FROM table LIKE column" should be used to do this. The function below (presumes db connection) will return an array of the possible values of a
php.net |
 |