This is the file start.php to be included in a file when needed.
<?php // start output buffering ob_start(); // initialize a session session_start(); ?>