myanmarlinks
7/4/2017 - 3:07 PM

Output Bufferning Third

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();
?>