I have a dynamical made form with a table of elements. I want the user to be able to perform an operation on one element at a time, that does a submit (it has to do a submit).
How can I know witch submit (witch element in my table) the user clicked? Can I use an array of submits, like this: ...type=submit name=mysubmit[]... ?
-Øyvind