[PHP] page not all getting sent by server From: Robert J. Cissell (rcissell <email protected>)
Date: 09/22/00

I have a php script which generates a table built from mysql data. For some reason, the web server doesn't always sent what should be the complete output of the script. Sometimes it cuts off after the 3rd or 4th row, sometimes after the 12th or 13th. My server is redhat 6.2 with php 4.02 compiled with:

'./configure' '--with-apxs=../apache/httpd/bin/apxs' '--enable-trans-sid' '--enable-track-vars' '--with-mysql=/usr/local/webserver/mysql' '--enable-magic-quotes' '--enable-ftp' '--with-swf=/usr/local/webserver/swf'

and using Apache 1.3.12 and mysql 3.22.25. Any suggestions or ideas greatly appreciated.

Robert