RE: [PHP] Multi Selection

2003-06-05 Thread esctoday.com | wouter van vliet
: woensdag 4 juni 2003 7:18 Aan: Jim Lucas; [EMAIL PROTECTED] Onderwerp: Re: [PHP] Multi Selection Guys Just another challenge; i've taken the code of Wouter and as you can see i'm first passing data to the reis table.. Then i retrieve the ID... But when you have multiple selection's the trouble

RE: [PHP] Multi Selection

2003-06-04 Thread esctoday.com | wouter van vliet
What you need to generate as HTML looks smth like this --- FORM method=post action=page.php SELECT name='somename[]' size=10 multiple id='somename[]' OPTION value='one'First Thingie/OPTION OPTION value='two'Second Thingie/OPTION OPTION

Re: [PHP] Multi Selection

2003-06-04 Thread Jim Lucas
I would look into doing something like this. The HTML code that Wouter will work just fine. My ideas are for the process page. When you insert data into a table, it has to re-index the table if you make your statement insert all the data at one time it will only re-index the table one time. It

Re: [PHP] Multi Selection

2003-06-04 Thread Frank Keessen
Jim, Why does the data have to be reindexed??? I don't understand, can you give me an explenation? Thanks, Frank - Original Message - From: Jim Lucas [EMAIL PROTECTED] To: Frank Keessen [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 10:30 PM Subject: Re: [PHP] Multi

Re: [PHP] Multi Selection

2003-06-04 Thread Frank Keessen
'Fifth Thingie/OPTION /SELECT input type=submit name=submit value=Toevoegen /FORM - Original Message - From: Frank Keessen [EMAIL PROTECTED] To: Jim Lucas [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 10:37 PM Subject: Re: [PHP] Multi Selection Jim, Why does the data

Re: [PHP] Multi Selection

2003-06-04 Thread Jim Lucas
] To: Jim Lucas [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:37 PM Subject: Re: [PHP] Multi Selection Jim, Why does the data have to be reindexed??? I don't understand, can you give me an explenation? Thanks, Frank - Original Message - From: Jim Lucas

Re: [PHP] Multi Selection

2003-06-04 Thread Frank Keessen
'Fifth Thingie/OPTION /SELECT input type=submit name=submit value=Toevoegen /FORM - Original Message - From: Jim Lucas [EMAIL PROTECTED] To: Frank Keessen [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:05 PM Subject: Re: [PHP] Multi Selection if you are using a mysql