Solution is very simple. dont change anything on your script,
header(“LOCATION:http://www.google.com“);
this will cause error.
Process 1 : Just Paste
error_reporting(0);
at the top of your page it will works fine.
if not work for you use
Process 2. :
paste
ob_start();
at the top of your page.
Process 2. :
paste
ob_start();
at the top of your page.
and paste
ob_end_flush();
ob_end_flush();
at the bottom of your page
0 comments: