Re: [PHP] Multiple values in a form option field

2003-11-13 Thread David T-G
Jeff, et al -- ...and then Jeff McKeon said... % % I have a php page that has a web form on it. Yay! Yippee! That's great! Oh, that's not the substantive body of your note? :-) % % I do a query to populate the options in a drop down box in the form. % ... % So when the user selects an ema

RE: [PHP] Multiple values in a form option field

2003-11-13 Thread Jeff McKeon
ut $array[0], $array[1] into the fields in the database. Thanks, Jeff > -Original Message- > From: Pablo Gosse [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2003 3:27 PM > To: Jeff McKeon; [EMAIL PROTECTED] > Subject: RE: [PHP] Multiple values in a form option f

RE: [PHP] Multiple values in a form option field

2003-11-13 Thread Daryl Meese
Hello, See Below. -Original Message- From: Jeff McKeon [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:05 PM To: [EMAIL PROTECTED] Subject: [PHP] Multiple values in a form option field I have a php page that has a web form on it. I do a query to populate the options in a d

RE: [PHP] Multiple values in a form option field

2003-11-13 Thread Pablo Gosse
On Thursday, November 13, Jeff wrote: [snip]What I now need to do is store not only the userID but the email address as well. Is there a way using a form to store 2 values using one drop down box? So basically I want to store the userID and the Email address to a variable in the form so that bot