Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
post
.
Show all posts
Showing posts with label
post
.
Show all posts
Thursday, December 5, 2013
POSTing json data with php cURL
›
<?php $params = array ( "id" => 1 , "name" => "Pritom Kumar Mondal" ); $param = ...
Tuesday, July 30, 2013
Java - Call URL And Sending HTTP Parameters Via GET POST PUT PATCH DELETE Method Easily Execute
›
Its very easy to invoke URL using Java, We can now send GET, POST, PUT, PATCH And Delete method easily. Invoking URL in Java is easy now. ...
Saturday, June 22, 2013
PHP - Redirect and send data via POST
›
It is a simple way to do that. Suppose you are in from.php , just call the function like: <?php actionPost( "www.pritom.com/t...
1 comment:
Thursday, April 18, 2013
Java - sending HTTP parameters via POST method Using HttpClient
›
http://hc.apache.org/httpclient-3.x/tutorial.html https://docs.google.com/file/d/0B5nZNPW48dpFb1RORnhmblR1OTA/edit?usp=sharing HttpClie...
Friday, January 18, 2013
jQuery post call using ajax
›
jQuery.ajax({ type: "POST", url: "http://domain.com/save_form_data", data: jQuery("form").seriali...
Tuesday, May 15, 2012
Execute Curl to GET POST PUT PATCH DELETE Method Using Php
›
$headers[] = "Authorization: Basic xxx"; $headers[] = "Accept: text/xml"; $post = array( "name" =>...
›
Home
View web version