Output Buffering in PHP
Output buffering is a concept some developers find hard to understand. In this article, I would explain what it is so you can use it with better understanding in your PHP applications.
What is a buffer?
A buffer is a location in the memory (i.e RAM) ...
kansol.hashnode.dev5 min read