> so if a particular form button is clicked a different process
> will occcur.
>
> well what happens if i press return to enter my form submission?
> nothing is set!
>
> so the processing file does nothing
This has been pointed out from time to time on this list. It is a fact: if
the user subm
hi all,
i have just discovered a bug with internet explorer form submission.
suppose i have a form with 2 submit buttons to do different things eg-
one to update content and one to delete content then in my processing file i
have
if(isset($update))
{
// do update
}
if(isset($delete
2 matches
Mail list logo