For some reason whever i try accesesing a php script like in the one i have made it tries downloading the php file and opening it in dreamweaver... so..
Can someone please test this FeedBack Form.
If you do test it tell me you have. so i can check my email to see if it has worked. The code i used was from some tutorial and this is it :
<?
$email = $REQUEST['email'] ;
$message = $REQUEST['message'] ;
mail( "p1kn1c@hotmail.com", "Feedback Form Results",
$message, "From: $email" );
header( "Location: http://scorpius.spaceports.com/~kevinmc/thankyou.html" );
?>
this is located in sendmail.php
SO if the script did not work or you do not think it will work please
tell me why.. This is for a school research project to i need to know if it works .
Thanks