Thankyou so much for your help. I feel like I can do anything now (pfft
)
I just tried forcing a certain view in the sim, and it's a great feeling when it works.
I found out that it's a good idea to put a big blank echo before each flush, of small amounts of data at least:
<?php
echo(str_pad('', 1024));
?>
I wondered why Firefox kept getting stuck while showing STA packets
It was because browsers have their own buffer and it was waiting for more data. But you knew that already. I just thought I'd put it down in case another clueless n00b like me wanders into the thread