|
-
Jun 21st, 2005, 01:20 PM
#1
Thread Starter
Addicted Member
Retrieve form submitter - [Resolved]
I have a page web with 2 ways to submit the data.
The first one is attach with a select box with the 'onChange' events
the other is with a submit button
I would like to know which one was use (the select box or the bubmit button) with php code.
Thks
Last edited by Megistal; Jun 21st, 2005 at 05:45 PM.
-
Jun 21st, 2005, 04:01 PM
#2
Re: Retrieve form submitter
It makes no difference to PHP how you have submitted the form. The end result is always the same. However, I would advise that you include a submit button too, as the onchange event relies on Javascript being enabled.
-
Jun 21st, 2005, 05:45 PM
#3
Thread Starter
Addicted Member
Re: Retrieve form submitter
It makes no difference to PHP how you have submitted the form. The end result is always the same
So I must conclude that we can't determine which one submitted the php validation file isn't it?
Thanks for the answer, I'll look for a turn around for my problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|