RE: [PHP-DB] Opinions wanted - Multi select lists , implode explode

2004-10-04 Thread Bastien Koert
I've used it sucessfully many times. It may the other person's unfamiliarity with arrays and variables I created the below function which will handle both single choice and multiple choice drop down values and mark them as selected when the user views that drop down again. bastien ? function

RE: [PHP-DB] Opinions wanted - Multi select lists , implode explode

2004-10-04 Thread Stuart Felenstein
Okay, well a couple of questions. If you don't mind. Right below is the code I have , and the multiple list box is filled with values and labels from a table. So may I ask: 1-Can I replace the array_list and match if I use a table instead of manual values ? 2-Also - curious to know how people

RE: [PHP-DB] Opinions wanted - Multi select lists , implode explode

2004-10-04 Thread Bastien Koert
PROTECTED] To: Bastien Koert [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP-DB] Opinions wanted - Multi select lists , implode explode Date: Mon, 4 Oct 2004 10:40:12 -0700 (PDT) Okay, well a couple of questions. If you don't mind. Right below is the code I have , and the multiple list box