having trouble flushing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

having trouble flushing

Post by s.dot »

.. the darn lever is stuck :(


:P I've tried many a combination of the following to flush the output buffer

Code: Select all

ob_start();
ob_flush();
ob_end_flush();
flush();
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

your web server may buffer the output as well to maximize the throughput it has and not waste packets.
Post Reply