I'm trying to figure out why php won't get a remote file, lets say I call a database for 10 records, it opens and prints just fine, when I ask for 11 records it chokes.
I've been through the php.ini file, and updated to the latest version of php today, still can't see what it might be.
apache server running on redhat.
jatar_k
7:39 am on Feb 12, 2003 (gmt 0)
can we get a look at the code that makes the query? That seems somewhat strange.
john316
7:06 pm on Feb 12, 2003 (gmt 0)
The code runs fine on several other apache servers, I was wondering about possible configuration issues.
andreasfriedrich
7:36 pm on Feb 12, 2003 (gmt 0)
I had the same problem on RH7.0. I posted it on WebmasterWorld a couple of months ago. I did not find a solution.