I am new one to PHP and I created the sample PHP project.
When I uploaded to live server it shows a warning:
Warning: Cannot modify header information
I don't know what I did wrong please give any suggestion to solve this
else {
header("location:home.php");
exit();
}