Go Daddy $7.49 .com Sale!
ob_start() turn on buffer
ob_end_flush() turn off buffer and print all to browser
Example:
Nguyen Si Nhan
<?php
ob_start();
echo "Check phat";header("Location: redirect.php");ob_end_flush();?>
Nguyen Si Nhan
<?php
ob_start();
echo "Check phat";header("Location: redirect.php");ob_end_flush();?>