Hello!
I have 2 forms in one html page with same action="abc.php" property. How can i find in abc.php that which form sent the data?
any help would be appreciated.
Which form sent the data?
Moderator: General Moderators
Re: Which form sent the data?
Add a hidden field to the forms to indicate which form it was.
-
jewelthief
- Forum Newbie
- Posts: 13
- Joined: Sat Aug 29, 2009 1:46 am
Re: Which form sent the data?
thanks. done.