Which form sent the data?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jewelthief
Forum Newbie
Posts: 13
Joined: Sat Aug 29, 2009 1:46 am

Which form sent the data?

Post by jewelthief »

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.
phaeton
Forum Newbie
Posts: 5
Joined: Wed May 03, 2006 3:02 pm

Re: Which form sent the data?

Post by phaeton »

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?

Post by jewelthief »

thanks. done.
Post Reply