In php page if i use echo to print something it's not showing printed output. It happens only in case use header Location. If header location is not there then it's printing.
see this is code
echo "to print something here";
header("Location: package.php");
After executing this i am not able to see output. But if i remove header("Location: package.php"); then output is printing.
Please help me.
I am using Wamp server 3 Php 5.6