| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
How can I follow redirection?
From: Biligt <biligt_at_gmail.com>
Date: Thu, 10 May 2007 17:43:05 +0800
Hello, I have some problem with code below. I'm trying to send POST to the
$ch = curl_init();
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
//curl_exec($ch);
$result = curl_exec($ch);
$intReturnCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
print_r(curl_getinfo($ch));
curl_close ($ch);
if ($intReturnCode != 200) {
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info