View Single Post
ישן 23-04-07, 15:40   # 5
syn
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,919

syn לא מחובר  

אני מנסה להוציא את הדף הבא -
PHP קוד:
$page curl_init("http://xml.weather.yahoo.com/forecastrss?p=ISXX0007&u=c");




curl_setopt($pageCURLOPT_HEADER0);

curl_exec($page);
curl_close($page); 
הוא מחזיר לי את השגיאה הבאה -
קוד:
Warning:  curl_setopt(): supplied argument is not a valid cURL handle resource in /home/hbang/domains/galils.info/public_html/source/sidebar.php on line 445

Warning:  curl_exec(): supplied argument is not a valid cURL handle resource in /home/hbang/domains/galils.info/public_html/source/sidebar.php on line 447

Warning:  curl_close(): supplied argument is not a valid cURL handle resource in /home/hbang/domains/galils.info/public_html/source/sidebar.php on line 448
  Reply With Quote