|
|
Introduction to PHP Output Buffering |
|
|
phpfreaks |
|
|
PHP / Development Tools |
|
|
Click to Visit |
|
|
21 |
|
This is an article that teaches the users how to handle output buffering functions with php in to their websites. The author says to the users that the output buffering function provides to the users a more control over the output generated by their scripts. This function opens up a new buffer and all the outputs of a script will be put into the buffer. It provides more tips for the users to make use of them in their websites.
|