Project name: Tide Calendar
Project description: Retrieves tide data for a given station from NOAA - re-formats for display in a calendar
I am writing a script to extract public domain data from NOAA, specifically tide information, reformat the data, then display this information in a calendar...
I run a fishing website and one of the things my visitors use are tide reports. I get my data from NOAA via the following code:
<?php
$url = 'http://www.co-ops.nos.noaa.gov/tides/seFB.html';
$lines_array = file($url);
$lines_string = implode('', $lines_array)...
I am having a problem with server errors and was wondering if anyone has had similar problems and/or know of a possible solution.
Of immediate concern is the following error message which has been ailing mine and other sites hosted on the same server;
Fatal error: Allowed memory size of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.