| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
cURL in PHP behind proxy
From: <dirk_at_spolem.net>
Date: Tue, 29 Jun 2004 16:40:22 -0500 (CDT)
First off, system is Red Hat 7.2, PHP is 4.3.7, cURL is 7.12.0. This
$ch = curl_init("http://rss.news.yahoo.com/rss/topstories");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$x = curl_exec($ch);
print "page:" . htmlentities($x) . curl_error($ch) ;
curl_close($ch);
All that is displayed on the page is:
page:1transfer closed with 1543 bytes remaining to read
Anyone have an idea?
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info