4 Fantastic PHP Output Buffering Tricks for Web Developers | Dev Tips | Become a Better Developer, One Tip at a Time. - 0 views
-
jedi hawk on 22 Apr 09Output buffering puts your PHP script's output in a buffer instead of sending it directly to the browser in pieces, allowing you to manipulate your webpage as a whole before the user sees it.