I was wondering if anyone could help me solve how to view $_POST requests. What i want to do, is check all $_POST requests, not just certain ones like $_POST[\'name\'], $_POST[\'post\'] etc, I\'d lik
am setting the parameters(key-value pairs - user name, password, email id) for NSMutableURLRequest(POST) using the class method
I have this json data: { userID: \'a7664093-502e-4d2b-bf30-25a2b26d6021\', itemKind: 0, value: 1, description: \'Saude\',
I\'m trying to get this code to run: Silverlight App xaml.cs: private void SavePoiRequest(MyPushpin pin)
I have a simple MVC3 app with an EF4 Model Log .Name .CreatedDate .LogTypeId LogTypes .Id .Description and a ViewModel
I need to send a POST request to my Visual Studio localhost web server using my Android application. I need to do this for debug purposes.
I\'m new to Android and I\'m trying to develop my own APIs regarding facebook. I have succeeded to some extent but I have a problem in posting data like videos, comments, photos etc. Can anyone pleas
My issue seems similiar to On submit the form don't display its POST data and related questions, but the suggested solutions do not apply to my project, so I am currently not using redirects.
So I\'m running this to retrieve my POST data: $jsonString = file_get_contents(\'php://input\'); If I go to print out the $jsonString, I get the results like so:
I am trying to understand what happens when I click a button, I get a POST request to which I get POLL request (the result). Now I want to be able to do the request without clicking, without using eve