- Messages
- 27
- Reaction score
- 0
- Points
- 1
Is there some setting that needs to be changed for flush to work here? I can't seem to get it to work, though I've seen hints that certain php settings might need to be changed... I'm just doing
which does nothing. Help would be appreciated, because if I can't use flush, I guess I'll have to think of some other way. It's just I came to the conclusion this would be optimal earlier today and would love to use it if possible. Thanks! =)
PHP:
echo "Some text";
ob_flush();
flush();