ShamaJamms
Programmer
- Mar 28, 2007
- 11
I'm looking for a way to find the source of a form submit button click. On the page, I have 2 different <form> elements with 2 different names, serving 2 different objectives. But they are both parsed by the same PHP code, but I need it to figure out if the Withdraw button was clicked, or the Deposit button was clicked.
How would I do this?
How would I do this?