Strange Bug

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BinaryMonk@gmail.com

    Strange Bug

    Ok, this makes absolutely no sense to me, so I am hoping that someone
    here will have run across this issue as well.

    I have a pretty simple PHP script. which essentially just selects and
    displays data out of the database. When I run the script, the page just
    hangs forever when it gets to about the 40th record. The strange part
    is that when I echo out the query I am using to select from the
    database. The page loads without issue. Anyone ever experienced this
    before? Maybe there is a solution other than dumping my query to the
    screen. Yes I have already tried echoing other things as well (an empty
    string, and string of dashes) but that doesn't work.

    Thanks in advance

  • frothpoker

    #2
    Re: Strange Bug

    how many records are you expecting?

    Can you post the script?

    Comment

    • louisembrook@gmail.com

      #3
      Re: Strange Bug


      BinaryMonk@gmai l.com wrote:
      Ok, this makes absolutely no sense to me, so I am hoping that someone
      here will have run across this issue as well.
      >
      I have a pretty simple PHP script. which essentially just selects and
      displays data out of the database. When I run the script, the page just
      hangs forever when it gets to about the 40th record. The strange part
      is that when I echo out the query I am using to select from the
      database. The page loads without issue. Anyone ever experienced this
      before? Maybe there is a solution other than dumping my query to the
      screen. Yes I have already tried echoing other things as well (an empty
      string, and string of dashes) but that doesn't work.
      >
      Thanks in advance
      Strange issue. If you post a snippet of the code you are using, it will
      be easier to work out the problem ;)

      Comment

      Working...