I am stuck from 2 days, I am working with web services and this web services is make request from iOS
, They are send request with $_POST
method but it is not working.
I tried to print_r($_POST)
but its return blank Array()
and also try with $_REQUEST
but its return blank Array()
only GET
method work proper.
I also make <form>
and try to submit with POST
method and print both $_POST
and $_REQUEST
then both are work proper.
When print $_SERVER['REQUEST_METHOD']
then it return GET
.
Please guys any one known how it happen ?