Output Bufferning Third
<?php ob_start("ob_gzhandler"); echo "Hello Apple <br>"; echo "How are you my Apple! <br>"; echo "Another, How are you? <br>"; echo "Testing One Apple Three <br>"; ob_end_flush(); ?>