the confirmation page for filling out the form works on safari, chrome, firefox and of course not explorer
http://www.lucidlogix.com/virtu_registration-yael.html
the code on the end of the php is:
___________________
mail($my_email,$subject,$message,$headers);
header("HTTP/1.1 301 Moved Permanently");
include_once "../thankyou_registration.html";
//header("Location: http://www.lucidlogix.com/thankyou_registration.html");
exit();
?>
-------------
any ideas? what does explorer want from me?
http://www.lucidlogix.com/virtu_registration-yael.html
the code on the end of the php is:
___________________
mail($my_email,$subject,$message,$headers);
header("HTTP/1.1 301 Moved Permanently");
include_once "../thankyou_registration.html";
//header("Location: http://www.lucidlogix.com/thankyou_registration.html");
exit();
?>
-------------
any ideas? what does explorer want from me?