--- Paulo Nunes <[EMAIL PROTECTED]> wrote:
> How can i build a chat using PHP and without refreshing a frame
> every x seconds?

Use chunked transfers. The flush command can help you achieve this:

http://www.php.net/flush

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to