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 prior to
> executing the socket code?
> 
> thanks!
> 
> dietrich
> [EMAIL PROTECTED]
> dietrich.ganx4.com

Are you using Netscape 4.x and possibly making the socket connection
while inside a main table tag? Nescape 4.x series doesn't usually draw
a table until the close tag is found or the page ends.

Cheers,
Rob.
-- 
.-----------------.
| Robert Cummings |
:-----------------`----------------------------.
| Webdeployer - Chief PHP and Java Programmer  |
:----------------------------------------------:
| Mail  : mailto:[EMAIL PROTECTED] |
| Phone : (613) 731-4046 x.109                 |
:----------------------------------------------:
| Website : http://www.webmotion.com           |
| Fax     : (613) 260-9545                     |
`----------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to