Kernel_Killer
July 19th, 2005, 14:01
I'm having a hard time with something that is probably more than easy. Due to my lack of knowledge in database terminology, I haven't been able to find an answer to my question. So....

I'm trying to add some variables into a database. The database has several fields in one of the tables (imagine that), but one of the fields has several varchar values that can be chosen from in a PHP drop-down menu. I'm wanting to add two more values to the list, but have no idea what they are called, so the MySQL reference book isn't much help. I'll continue to serach, but if anyone can lead me to the right direction (or right word for this feature) I would appriciate it. TIA

Kernel_Killer
July 19th, 2005, 14:52
Ok. I found out that it has to be ENUM values or a SET. Unfortunately I can't seem to find out how to view them. Any ideas? TIA