RE: [PHP] Enum table entry

2002-10-19 Thread John W. Holmes
u'd have two rows in this linking table, 1-2 and 1-5. Okay... I've blabbered enough. ---John Holmes... > -Original Message- > From: Shiloh Madsen [mailto:shiloh_madsen@;nsc-support.com] > Sent: Saturday, October 19, 2002 12:48 AM > To: [EMAIL PROTECTED] > Cc: [

Re[2]: [PHP] Enum table entry

2002-10-19 Thread Tom Rogers
Hi, Saturday, October 19, 2002, 5:15:41 PM, you wrote: JN> You know, I didn't even think about serializing the array. I have a JN> table set up for spells, one for schools, and a linking table using the JN> spell id and the school id(s). I could have done without the linking JN> table. Some

[PHP] Enum table entry

2002-10-18 Thread Shiloh Madsen
Have a question that im trying to figure out how to resolve. I have a field type in mysql that is of the enum type. Unless youre familiar with Dungeons and Dragons, you wont get what the values mean, but hopefully youll get the gist anyway. I have a column labelled school which holds an enum dat

Re: [PHP] Enum table entry

2002-10-18 Thread John Nichel
You know, I didn't even think about serializing the array. I have a table set up for spells, one for schools, and a linking table using the spell id and the school id(s). I could have done without the linking table. Some of you people are pretty freakin' smart. :) One note though, when you p

Re: [PHP] Enum table entry

2002-10-18 Thread Tom Rogers
Hi, Saturday, October 19, 2002, 2:48:14 PM, you wrote: SM> Have a question that im trying to figure out how to resolve. I have a field type in mysql that is of the enum type. Unless youre familiar with Dungeons and Dragons, you wont get what the values SM> mean, but hopefully youll get the gist