Retrieving Contents of Select List on Form Submit

From: Bruce (brucev2_at_hotmail.com)
Date: 03/18/04


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



Relevant Pages

  • Re: Retrieving Contents of Select List on Form Submit
    ... > 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. ... I need to get it back into a php ...
    (comp.lang.php)
  • Re: About "caching" Re: Ajax Demo
    ... in the first time. ... each master record has about 10 detail records. ... no matter what the data model volumetics ...
    (borland.public.delphi.non-technical)
  • Re: BIG BUG in Deleting detali records
    ... happen deleting master record does not delete detail records after ... You have to delete the detail records just deleting the master record doesn't ... updatebatch before changing master records all the deletes will be lost. ...
    (borland.public.delphi.database.ado)
  • Print Form/Report with Master and one Detail record per page?
    ... many detail records for each master record. ... page when there are multiple detail records. ... I tried using a report, ...
    (microsoft.public.access.formscoding)
  • RE: How to diable edit mode in the datagrid
    ... Protected Function CheckStatus(ByVal StatusID As Boolean) As Boolean ... > I have a datagrid that allows users to eidt/update detail records. ... > shows detail records for a master record. ...
    (microsoft.public.dotnet.framework.aspnet)