I set up the scripts and all correctly, i'm pretty sure, I go to upload it and nothing happens, i'm assuming there is some way to enable it with my host, any experts here? Let me paste code...
<?
$ToEmail = "daniel@danielcasio.com";
$ToName = "Daniel";
$ToSubject = "danielcasio.com contact.";
$EmailBody = "Sent By: $FirstName\nSenders Email: $Email\nSenders Company: $Company\n\n
Message Sent:\n$ToComments\n\nSender Heard About Site From: $HearAbout\n";
$EmailFooter="\nThis message was sent by: $FirstName from $REMOTE_ADDR If you feel that you
recieved this e-mail by accident please contact us at www.danielcasio.com";
$Message = $EmailBody.$EmailFooter;
mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$FirstName." <".$Email.">");
Print "_root.contact.Mail.EmailStatus=Completed-Message Sent!";
?>
http://danielcasio.com 'CONTACT' form.
<?
$ToEmail = "daniel@danielcasio.com";
$ToName = "Daniel";
$ToSubject = "danielcasio.com contact.";
$EmailBody = "Sent By: $FirstName\nSenders Email: $Email\nSenders Company: $Company\n\n
Message Sent:\n$ToComments\n\nSender Heard About Site From: $HearAbout\n";
$EmailFooter="\nThis message was sent by: $FirstName from $REMOTE_ADDR If you feel that you
recieved this e-mail by accident please contact us at www.danielcasio.com";
$Message = $EmailBody.$EmailFooter;
mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$FirstName." <".$Email.">");
Print "_root.contact.Mail.EmailStatus=Completed-Message Sent!";
?>
http://danielcasio.com 'CONTACT' form.