Buffering output : ob_start « Utility Function « PHP
- PHP
- Utility Function
- ob_start
Buffering output
<?php ob_start(); ?>
I haven't decided if I want to send a cookie yet.
<?php setcookie('heron','great blue'); ?>
Yes, sending that cookie was the right decision.
<?php ob_end_flush(); ?>
Related examples in the same category