Hi Norman,
Thanks for the reply.
Let me explain the requirement in detail.
On first form, I am accepting the magazine, issue of the month, date, remarks.
Depending upon the magazine and issue of the month, I am displaying the list of members to whom the copy is not yet dispatched. Alongwith the names, I am showing the checkbox against each name, so that the user can select all OR selective names for current selection.
After submitting the form ( clicking a button), the entry for current dispatch entry is to be INSERTED, subscriber entry is to be MODIFIED for the accepted values on the first form.
Can u elaborate ur explanation in context to above details ?
little more explanation about the query
On the first form I am accepting "days" in the field "cdays". ( and other values also).
These I am passing to next form for processing. ( as per above details). In this second form, I am using statement ;
<input type=hidden name=cdays value= 143>
This value is "echoed" on the third form. ( which is fixed value assigned) But how do I use the variable name " (cdays) " for passing.