Re: How to differentiate between POST and GET?
- From: Kim André Akerø <kimandre@xxxxxxxxxxxxxxxxxx>
- Date: 16 Jan 2008 15:44:20 GMT
Martin wrote:
Is there a simple way to tell if a page was submitted as a POST or a
GET?
I have a page that contains a form with multiple submit buttons. If
the page is POSTed, I go through a somewhat complex analysis of what
needs to be done depending on which button was clicked.
On the other hand, if the page was submitted via GET, I simply set
some default values and send it out. I'd like to be able to do this
without having to look for every button only to find out that none
were submitted.
You could try checking the value of $_SERVER["REQUEST_METHOD"].
--
Kim André Akerø
- kimandre@xxxxxxxxxxxxxxxxxx
(remove NOSPAM to contact me directly)
.
- Follow-Ups:
- Re: How to differentiate between POST and GET?
- From: Martin
- Re: How to differentiate between POST and GET?
- References:
- How to differentiate between POST and GET?
- From: Martin
- How to differentiate between POST and GET?
- Prev by Date: Sorting string-array without case...
- Next by Date: Call-time pass-by-reference has been deprecated;
- Previous by thread: How to differentiate between POST and GET?
- Next by thread: Re: How to differentiate between POST and GET?
- Index(es):
Relevant Pages
|