My web host wont turn on Curl.dll

My web host wont turn on Curl.dll
is there any other way to do this with out using Curl

#----------------------------------------------------------------------------

Curl code to store XML data

#----------------------------------------------------------------------------
$ch = curl_init();
$timeout = 0; // set to zero for no timeout
curl_setopt($ch, CURLOPT_URL, $file);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);

Display only public albums if PUBLIC_ONLY=TRUE in config.php

if ($PUBLIC_ONLY == “FALSE”) {
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
‘Authorization: AuthSub token="’ . $GDATA_TOKEN . ‘"’
));
}

$addressData = curl_exec($ch);
curl_close($ch);

Still waiting for some help on this. :-[

Sponsor our Newsletter | Privacy Policy | Terms of Service