Within the database is a particular field under the 'ENUM' data type which can be set to either 'Pass' or 'Fail'. I've got several records, some set to 'Pass' and some set to 'Fail'.
How do I get this into a PHP script so the output would be what is shown in the MySQL database?
I did try following http://www.barattalo.it/2010/01/19/php- ... sql-field/ but got extremely confused as to where the 'Pass' and 'Fail' bits would go.
I presume this is actually possible. Any help, is appreciated.