Weather Brief

Christchurch METAR
[insert_php]
echo file_get_contents( “ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/NZCH.TXT” );
[/insert_php]

Ohakea METAR
[insert_php]
echo file_get_contents( “ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/NZOH.TXT” );
[/insert_php]

Whenuapai METAR
[insert_php]
echo file_get_contents( “ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/NZWP.TXT” );
[/insert_php]

NOWRA METAR
[insert_php]
echo file_get_contents( “ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/YSNW.TXT” );
[/insert_php]