Using php, i need 开发者_开发问答to call a webservice, passing in specific data in the HTTP header, and specific data in the actual POST string.However, when ever i access this page, the page attempts
I\'ve been trying to integrate a payment gateway into my site in django. I\'m having trouble getting the response data from the payment gateway.
I have an android app that consists of a webview. It needs to allow users to fill in a form on a webpage and then change the data of the form after the user has clicke开发者_运维问答d submit on the fo
I am using php to get textarea value using post method but getting a weird result with that let me show you 开发者_如何学JAVAmy code
i want to find out how to post something in yammer group wall via php application.I searched in yammer api and couldn\'t get clear id开发者_运维百科ea.can someone please help me with the url format to
My grid data read is configured for use json format. This is the configuration url:\"devitem.json\", mtype: \"POST\",
I have a form that I have been working on and I\'ve been having problems only with the radio buttons not showing up on the emails I receive. I have tried everything to get the right code but I am not
I have a form on my master page and I am submitting the data using POST to another page . <form id=\"Form2\" action=\"index.aspx\" method=\"post\" name=\"Form2\">
I have my own site that store login info only in session. I need to use CURL to submit form, but trick is you need to login first before you can access page with form. So i tried to create two request
I\'m afraid that you\'re all gonna need to reach over and put on your \"this-is-a-dumb-question\" hat, but I can\'t find a legitimate answer online.