Check curl_errno() and curl_error().
it sounds like there is a problem with your libcurl
I'm not getting any errors using the above functions.
Sample PHP code is available at:
http://www.vegguide.org/plain/rss-code/get_and_parse_vegguide_rss_feed-php
(Requires an account to be able to download RSS data) It used to work, now it doesn't. The problem is the follwing line:
$data = curl_exec($c);
$data used to be a string. Now it's GZIP compressed binary data that i can't work with.
The only thing that has changed is me upgrading to PHP 4.3.6
Any other ideas?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php