I have two submit buttons in a form. How do I determine which one was hit serverside?
I think you should be able to read the name/value in your GET array. I think that the button that wasn't clicked wont appear in that list.