nasıl oluyor bu çalışmıyor:
$url = "http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20xpath%3D%22%2F%2Fmeta%22%20and%20url%3D%22http://www.cnn.com%22&format=xml&diagnostics=false";
$xml = (simplexml_load_file($url))
Bana HTTP isteği söylüyorum birden fazla hata başarısız olsun. Sonuçta ben bir dizi örneğin içine bu dosyadan sonuçları almak istiyoruz
Açıklama = CNN.com vb son kırılma haberleri sunar
Anahtar kelimeler = CNN, CNN haber, CNN.com, CNN TV vb
Ama bu başlangıç aşaması çalışmıyor. Herhangi bir yardım lütfen?
EDIT Additional information:
Hatalar:
warning: simplexml_load_file(http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20xpath%3D%22//meta%22%20and%20url%3D%22http://www.cnn.com%22&format=xml&diagnostics=false) [function.simplexml-load-file]: failed to open stream: HTTP request failed! # warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20xpath%3D%22//meta%22%20and%20url%3D%22http://www.cnn.com%22&format=xml&diagnostics=false"
- From my phpinfo(): allow_url_fopen On On
- PHP version 5.2.11
- Geçerli olduğunu düşünüyorum (http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20xpath%3D%22//meta%22%20and%20url%3D%22http://www.cnn.com%22&format=xml&diagnostics=false)