generate data type enum value

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ranjitbd
Forum Newbie
Posts: 24
Joined: Sun May 03, 2009 1:59 pm

generate data type enum value

Post by ranjitbd »

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
Post Reply