Re: [PHP] sockets and flush()

2002-04-09 Thread Robert Cummings
MAIL PROTECTED]] > > Sent: Tuesday, April 09, 2002 11:12 AM > > To: dietrich > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] sockets and flush() > > > > > > dietrich wrote: > > > > > > i have a script that makes a socket connection about halfw

RE: [PHP] sockets and flush()

2002-04-09 Thread Matthew Luchak
Are you using ob_start () and ob_end_flush() ? If not then declaring ob_start () as the very first "mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 5:39 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] sockets and flush() no tables. my test script prints a s

RE: [PHP] sockets and flush()

2002-04-09 Thread Dietrich Ayala
no tables. my test script prints a single string prior to the sockets code. thx, dietrich > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 11:12 AM > To: dietrich > Cc: [EMAIL PROTECTED] > Subject: Re: [P

Re: [PHP] sockets and flush()

2002-04-09 Thread Robert Cummings
dietrich wrote: > > i have a script that makes a socket connection about halfway through the > page. > > nothing on the page prints until the socket operation is finished, even if i > call flush() prior to the socket operation. > > does anyone now of a way to force PHP to output the buffer prio

[PHP] sockets and flush()

2002-04-09 Thread dietrich
i have a script that makes a socket connection about halfway through the page. nothing on the page prints until the socket operation is finished, even if i call flush() prior to the socket operation. does anyone now of a way to force PHP to output the buffer prior to executing the socket code?