this is my first post here, cause I have a problem,
The best way to describe it is to use the file analogy.
Imagine two columns, the 1st with filenames, the second
with a checkbox. If I want to delete a certain file, I click
the checkbox next to it.
When the user presses Submit, I have to go checkbox
by checkbox to see if it is selected, and if it is, delete the
acording file.
Now, how do I handle a dynamic number of checkboxes?
With an array?
If someone could post a link to a tutorial on large forms
handling, I would be much grateful.
Thanx all