Posted by Rory Browne on 05/09/05 04:02
either follow each echo call with a flush() function call, or enable the implicit_flush in php.ini, or ini_set(). I don't think output buffering as described in the php docs is particularly relevent in this case. Bare in mind that some browsers don't display data either until they have received a certain amount, or have closed the connection AFAIK.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming