if(isset($_POST['contactname']) && isset($_POST['email']) && isset($_POST['message'])) {
$contactname = $_POST['contactname'];
$email = $_POST['email'];
$message = $_POST['message'];
$subject = "Ձեզ գրել են ձեր կայքից";
$to = "bulbulator2007@mail.ru";
$headers = "From: ".$email;
}
[19-May-2013 04:57:16 America/Denver] PHP Parse 错误:语法错误,第 1 行 /home3/webex/public_html/mmm/mar/views/mail.php 中的意外“{”
[19-May-2013 04:57:20 America/Denver] PHP Parse 错误:语法错误,第 1 行 /home3/webex/public_html/mmm/mar/views/mail.php 中的意外“{”
[19-May-2013 04:57:25 America/Denver] PHP Parse 错误:语法错误,第 1 行 /home3/webex/public_html/mmm/mar/views/mail.php 中的意外“{”
[19-May-2013 04:57:31 America/Denver] PHP Parse 错误:语法错误,第 1 行 /home3/webex/public_html/mmm/mar/views/mail.php 中的意外“{”
[19-May-2013 04:57:36 America/Denver] PHP Parse 错误:语法错误,第 1 行 /home3/webex/public_html/mmm/mar/views/mail.php 中的意外“{”
错误问题是什么?