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