hello,
I am italian.
May english is very bad.
i have phpweather.
today at time 17:50, phpweather=20
not process $data=3Dprocess_metar("$station")
return null string
why?
but another problem
this program non function
<?
//////////////////////// stazioni formato file bitline =
///////////////////
$file =3D =
@file('http://weather.noaa.gov/pub/data/observations/metar/stations/LIML.=
TXT');
if (is_array($file)) {
$metar =3D trim(implode(' ', $file));
}
//print "----------------------------------------------------";
print $metar;
//print "----------------------------------------------------";
print "<br><br>";
thank's
|