Re: [PHP] Re: Long screen display cut short.

2003-06-02 Thread Floyd Baker
Thanks for the guidance guys... Going on the idea that it was indeed a problem with script, arrays, etc., I found a few things. The display was well over 9000 characters before it failed, so that 8k max thing was unlikely in this case. But it seems to have been fixed by other things done. Th

Re: [PHP] Re: Long screen display cut short.

2003-06-01 Thread Tim Burden
TED]> Sent: Saturday, May 31, 2003 8:42 PM Subject: Re: [PHP] Re: Long screen display cut short. > On Sat, 31 May 2003 13:18:13 +, you wrote: > > >what is the online-version? > >I mean which webserver-software in which version? > > > > > >Thomas >

Re: [PHP] Re: Long screen display cut short.

2003-06-01 Thread Floyd Baker
Yes, there are a bunch of arrays in the program. This is on a DSL line... ?? Would the asynco thing be likely, or possibly even standard, with DSL? Did you come up with a workaround? Floyd On Sat, 31 May 2003 14:38:05 +0200, you wrote: >On Fri, 30 May 2003 20:45:08 -0400 [EMAIL

Re: [PHP] Re: Long screen display cut short.

2003-06-01 Thread Floyd Baker
On Sat, 31 May 2003 13:18:13 +, you wrote: >what is the online-version? >I mean which webserver-software in which version? > > >Thomas Linux RH 7.3 Apache 1.3.24 mySql 3.23.55 PHP4.2.0 Also, this is an httpS connection if it makes a difference in some way. Floyd >On Fri, 30 Ma

Re: [PHP] Re: Long screen display cut short.

2003-05-31 Thread Ernest E Vogelsinger
On Fri, 30 May 2003 20:45:08 -0400 [EMAIL PROTECTED] (Floyd Baker) wrote: [snip] > I have a routine that works fine on local win98 but when it runs on > linux online, the screen output is cut short. I have lengthened the > 30 second script time max to 45 bu