Redirecting

Ok here is the deal i got this calendar as you can see at www.ahhsnhs.com . If you click one of the dates it takes you to a page with info on that date and on the same page there is a for with drop down boxes so you can go to a new date. The form’s action is a file called redirect_date.php and the code on the file is as follows:


header("Location: http://www.ahhsnhs.com/index.php?act=calendar&year={$_POST['year']}&month={$_POST['month']}&day={$_POST['day']}");

exit;

Well if you go to try that out it just keeps loading. I have no idea what is the problem is. If anyone has any ideas or help on how to fix this i would be very grateful