![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Przyjaciele php.pl Postów: 7 494 Pomógł: 302 Dołączył: 31.03.2004 Ostrzeżenie: (0%) ![]() ![]() |
Szukałem ostatnio dobrego skryptu pogody i nie znalazłem.
Więc pozostało mi napisanie go samemu. Klasa zaciąga dane z kanału RSS strony www.wunderground.com oraz przedstawia dane w postaci przejrzystej tablicy. Oto przykład zastosowania:
Wynik: Cytat Array ( [temperature] => 4°C [humidity] => 78% [pressure] => 1013hPa [conditions] => [winddirection] => NE [windspeed] => 11km/h [updated] => 23:00 28.03.2005 ) Array ( [temperature] => 39°F [humidity] => 78% [pressure] => 29.93in [conditions] => [winddirection] => NE [windspeed] => 7mph [updated] => 23:00 28.03.2005 ) I wreszcie kod klasy:
Proszę o sugestie i uwagi ![]() |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 3 Pomógł: 0 Dołączył: 29.03.2006 Ostrzeżenie: (0%) ![]() ![]() |
Stworzylem plik Weather.class.php wklepałem zawartośc j/w (jestem poczatkujacy:)) i wyskoczylo mi cos takiego:
Warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration in /home/users/tkbmarcin/html/test/pogoda/Weather.class.php on line 25 Warning: simplexml_load_file(http://www.wunderground.com/auto/rss_full/global/%0D%0Astations/12495.xml) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /home/users/tkbmarcin/html/test/pogoda/Weather.class.php on line 25 Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://www.wunderground.com/auto/rss_full/global/%0D%0Astations/12495.xml" in /home/users/tkbmarcin/html/test/pogoda/Weather.class.php on line 25 Fatal error: Call to a member function xpath() on a non-object in /home/users/tkbmarcin/html/test/pogoda/Weather.class.php on line 27 Co jest zle ? ![]() |
|
|
![]() ![]() |
![]() |
Aktualny czas: 19.08.2025 - 05:23 |