* Thus wrote Stephen Craton:
> So my question is, does anyone know how the phpOpenChat system works? Can
> anyone provide some insight into the world of "streaming" and avoiding the
> refresh game?

"streaming"
<?php
echo "data streamed to browser";
?>

It is very unclear how you mean streaming, if you're talking about
a HTTP push method, then thats a whole nother ballpark.



Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to