Re: question
Brought to you by:
iridium
From: Martin G. <gim...@gi...> - 2003-07-27 21:24:22
|
Geoff <ge...@sh...> writes: > It always tells me that data isn't available, no matter what station > I select (using the test.php file)...and if I look at the phpWeather > homepage (http://phpweather.sourceforge.net/index.php) , it does the > same thing.....is there a problem with the METAR files? I don't think so --- phpweather.sf.net is badly broken so you cannot count on that to display anything :-( You have to make sure that PhpWeather can connect to the Internet from the webserver, this is the problem at SourceForge. You can test for connectivity by making a PHP file with just <?php include('http://sf.net/') ?> in it. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |