How does one loop through the contents of a form complicated by dynamic
construction of checkboxes which are assigned a 'model' and 'listingID' to
the NAME field on the fly in this syntax: Hunter_69. Here is what the form
looks like. I have the difficulty of inserting the multiple items selected
by the user the first time he visits and uses the screen and then using an
UPDATE when he visits later.
Model Name Size Year Type Market Status Original Price Reduced Price
More Detail Page Watch
Fountain Pajot Test 45 2000 Mono Hull - Sail Available 50000 Not Yet
Click here
Fountain Pajot X -factor 23 1999 Mono Hull - Power Sold 1000000 Not
Yet Click here
SUBMIT
...However, I am not sure how to do a multiple update when iterating through
the form collection as I don't know in advance what the NAME field would be
as it is based on the concantenation of the 'Model' and the 'ListingID' eg:
FoutainPajot_33.
How does on tacle mutiple inserts or update when you have to loop through a
form with DYNAMIC names for the eg: Checkbox field?
Many thanks
jason