kenuhl has asked for the wisdom of the Perl Monks concerning the following question:
1) add check boxes to select entries to be deleted.
2) re-display the selected records in a confirmation page
3) Confirmation page either submits changes or cancel
I have added check boxes, each with unique name to match corresonding record - check boxes are named "bulk_delete_host_$hostrow_number" ( where $hostrow_number is database table row id )
Question: How do I make a new confirmation page with just the selected records?
How do I loop through those records ?
Ken
Berkeley
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: handling a list of check boxes
by CountZero (Bishop) on Feb 26, 2008 at 21:25 UTC |