Citat:
Originally posted by wildcard@May 4 2007, 16:59
Den kod du har idag borde se ut ungefär så här:
Kod:
handle = fopen URL, r;
TellusPay_Key = freadhandle, 1000000;
Gör istället så här:
Kod:
ch = curl_init;
curl_setoptch, CURLOPT_RETURNTRANSFER, 1;
curl_setoptch, CURLOPT_URL, URL;
TellusPay_Key = curl_execch;
curl_closech;
Curl brukar funka när inte fopen() gör det.
|
Funkar detta med en windowsserver?