Visa ett inlägg
Oläst 2007-05-04, 17:48 #13
ecstyle ecstyle är inte uppkopplad
Medlem
 
Reg.datum: Apr 2006
Inlägg: 206
ecstyle ecstyle är inte uppkopplad
Medlem
 
Reg.datum: Apr 2006
Inlägg: 206
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?
ecstyle är inte uppkopplad   Svara med citatSvara med citat