headers doesnt work on apache1.33
Posted: Wed Oct 19, 2005 2:42 am
Hello,
my headers are not working
Ill put one such logic
I can see only that echo message . Also I dont even get a notice header already passed.
Thank You
Sai Krishna
my headers are not working
Ill put one such logic
Code: Select all
if($parameter=="upcoming_events")
{
echo "upcoming";
header("Location:dsa_events_reservations.php?upcoming_events='YES'");
}Thank You
Sai Krishna