| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
Cookie in cURL.
From: Arun Kumar <arunkumar.boppudi.514_at_gmail.com>
Date: Wed, 17 Sep 2008 20:16:42 +0530
Please take a look at the code below:
$method = $request[ $i ][ 'Method' ];
$curl = curl_init( 'http://' . $_SERVER[ 'SERVER_NAME' ] . $url );
if ( $method == 'POST' )
curl_setopt( $curl, CURLOPT_RETURNTRANSFER, 1 );
**********************************************************************************************
When I uncomment the line
I am not getting response, Timed out.
A session will be created when client sends a request to server A. The same
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info