in a mysql_table having an enum type data whose value('one', 'two', 'three')
i want to show that (one, two, three) in a combo box in my view page...
using raw php coding? so what will be the code
generate data type enum value
Moderator: General Moderators