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 found something on mysql_free_result() but have not tried it yet. It seems I remember seeing it somehwere in the code, but wasn't paying attention to it when I was configuring the setup. I'm guessing that, since the problem started when my host upgraded from 4.02 to 4.06, that it has to do...
Line 193 is simply trying to update the database for the number of total votes taken so far.
However, this error occurs in other pages with different includes as well executing different functions. After I posted, I found some others having the same problem, posted at phpbuilder, with...
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.