Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Fishtails

    looping data for calendar insert

    Thanks anyway. After lots of trial and error, I figured it out, as well as improved my script.
  2. Fishtails

    looping data for calendar insert

    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...
  3. Fishtails

    Extracting data from web page and inserting into mysql

    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)...
  4. Fishtails

    Fatal error: Allowed memory size

    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...
  5. Fishtails

    Fatal error: Allowed memory size

    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...
  6. Fishtails

    Fatal error: Allowed memory size

    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...

Part and Inventory Search

Back
Top