אני מנסה להוציא את הדף הבא -
PHP קוד:
$page = curl_init("http://xml.weather.yahoo.com/forecastrss?p=ISXX0007&u=c");
curl_setopt($page, CURLOPT_HEADER, 0);
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