<?php
echo "hello world"
...
header('Location: http://srcraft.in');
?>
How to fix this problem: This is warning. It may be occur by wrong coding. For solving this warning, You have to follow below mention steps.
- By Editing your corrupted files
- By Replace your corrupted files
- Remove echo statement before header and Use ob_start(); and ob_end_flush(); for buffered output
- Remove everything before <?php
Remove everything after ?> in the include file