simplexml_load_file () hatası

0 Cevap php

xml ile daha çok im relitevley php ile yeni ve

benim yerel ana üzerinde mükemmel çalışan bir komut dosyası var, ama ben denemek ve benim internet sunucusu üzerinde koyduğunuzda, ben mesajı alıyorum:

Warning: simplexml_load_file() [function.simplexml-load-file]: http://api.wefeelfine.org:8080/ShowFeelings?display=xml&feeling=happy&returnfields=imageid,feeling,sentence,posttime,postdate,posturl,gender,country,state,city,lat,lon&limit=0&extraimages=20:1: parser error : Document is empty in /home2/alsweet/public_html/notalone.php on line 21

the line of code not working being // get api feed

$xml = simplexml_load_file('http://api.wefeelfine.org:8080/ShowFeelings?display=xml&feeling=' . $feeling . '&returnfields=imageid,feeling,sentence,posttime,postdate,posturl,gender,country,state,city,lat,lon&limit=0&extraimages=20');

Ben bir yerde hata yaptık? ya da benim hosting sağlayıcısı konuşan olmalıdır?

0 Cevap