Retrieving Contents of Select List on Form Submit
From: Bruce (brucev2_at_hotmail.com)
Date: 03/18/04
- Next message: keith: "Re: php string parsing"
- Previous message: Tim Tyler: "Re: PHP blamed for security problems"
- Next in thread: thumb_42_at_yahoo.com: "Re: Retrieving Contents of Select List on Form Submit"
- Reply: thumb_42_at_yahoo.com: "Re: Retrieving Contents of Select List on Form Submit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Mar 2004 12:30:57 GMT
On an HTML form, I have a select list that is fed dynamically with
detail records when the master record is displayed on the form.
There is also a second lookup list, and want to allow the user to
dynamically select from this list and add to the first list. I also
want the user to be able to dynamically remove from and reorder the
first list. I think I can do all of this with JavaScript.
The question I have, is how can I retrieve the contents of the first
list when the user submits the form? I need to get it back into a php
array so I can update and add the proper database records.
--Bruce
- Next message: keith: "Re: php string parsing"
- Previous message: Tim Tyler: "Re: PHP blamed for security problems"
- Next in thread: thumb_42_at_yahoo.com: "Re: Retrieving Contents of Select List on Form Submit"
- Reply: thumb_42_at_yahoo.com: "Re: Retrieving Contents of Select List on Form Submit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|