Marine Forecast
Use the tabs below to switch the forecast area.
Summary
[insert_php]$text = file_get_contents(‘http://weather.noaa.gov/cgi-bin/fmtbltn.pl?file=forecasts/marine/coastal/an/anz200.txt’);echo strip_tags($text);[/insert_php]
Offshore
[insert_php]$text = file_get_contents(‘http://weather.noaa.gov/cgi-bin/fmtbltn.pl?file=forecasts/marine/coastal/an/anz254.txt’);echo strip_tags($text);[/insert_php]
Nantucket Sound
[insert_php]$text = file_get_contents(‘http://weather.noaa.gov/cgi-bin/fmtbltn.pl?file=forecasts/marine/coastal/an/anz232.txt’);echo strip_tags($text);[/insert_php]
Cape Cod Bay
[insert_php]$text = file_get_contents(‘http://weather.noaa.gov/cgi-bin/fmtbltn.pl?file=forecasts/marine/coastal/an/anz231.txt’);echo strip_tags($text);[/insert_php]