PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello. I am not sure if thi is right place for me to post.
I am trying to get weather from weather.com using their rss.
I did all as they wrote in readme.txt. But it doest work.
I get these errors:
Warning: fopen(): URL file-access is disabled in the server configuration in /home/content/m/i/a/miasik/html/pogoda/2/weather.php on line 56
Warning: feof(): supplied argument is not a valid stream resource in /home/content/m/i/a/miasik/html/pogoda/2/weather.php on line 57
Warning: fread(): supplied argument is not a valid stream resource in /home/content/m/i/a/miasik/html/pogoda/2/weather.php on line 58
Script supose to read xml and write conditions in weather.txt file.
It doesnt work either on server or my computer as a server.
Please help how to read that xml and get only few conditions or maybe somebody has any script which gets conditions from yahoo xml or weather.com xml
Thx.