NHC public advisory

Latest information from the National Hurricane Center…
[insert_php]
$public_advisory = file_get_contents(‘http://www.nhc.noaa.gov/ftp/pub/forecasts/public/MIATCPAT5’);
echo $public_advisory;
[/insert_php]