Update: As seen in the Original Questions below, I am looking to echo an array. The problem is that when I send the Moneris gateway to return a POST array to my new file (cart.php) it gets a 500 Inte
I have an online gateway which requires an HTML form to be submitted with hidden fields. I need to do this via a PHP script without any HTML forms (I have the data for the hidden fields in a DB)
What is the difference when encrypting GET and POST data? To be more specific: when https-SSL encrypts both of this methods, what is the difference in the way the browser does this; Which parts are en
So I have a page set up to use Google Chart API via POST requests.I have multiple charts to draw each with a submit button so that a user can view any chart they want.So it\'s working where pressing t
I have a list of python dictionaries that look like this: sandwiches = [ {\'bread\':\'wheat\', \'topping\':\'tomatoes\', \'meat\':\'bacon\'},
I have problem with getting the content. I don\'t know the names of the post variables so I can\'t do this using
I have the following HTML content. When i click the button, the page doesn\'t post to URL provided in action tag. The corresponding application is running, but still the page load of the CrossPage.asp
I want to send an image using HttpSendRequest API. Basically I want to Post the request with some string parameters and after those params I need to send raw image data.
I\'m having quite some trouble logging in to any site in Java. I\'m using the default URLconnection POST request, but I\'m unsure how to handle the cookies properly. I tried this guide: http://www.hcc
I\'m trying to write some simple php code that will make a post request and then retrieve a JSON result from the server.