PHP Output Buffering For Noobies

1 · Subin Siby · June 10, 2016, 4:37 p.m.
You might have heard about output buffering while you code in PHP. I will tell you what it is and how to use it simply. "Output Buffering" Meaning "Buffering" in computing means store (data) in a buffer while it is being processed or transferred. This is exactly what PHP does too. But, the default mechanism is not this. It is turned off by default i.e : data is not stored in a buffer while it is being processed or transferred....