我得到了一个strage php语法错误

时间:2013-05-19 11:08:27

标签: php syntax

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错误:语法错误,   /home3/webex/public_html/mmm/mar/views/mail.php中的意外“{”   第1行

     

[19-May-2013 04:57:20 America / Denver] PHP Parse错误:语法错误,   /home3/webex/public_html/mmm/mar/views/mail.php中的意外“{”   第1行

     

[19-May-2013 04:57:25 America / Denver] PHP Parse错误:语法错误,   /home3/webex/public_html/mmm/mar/views/mail.php中的意外“{”   第1行

     

[19-May-2013 04:57:31 America / Denver] PHP Parse错误:语法错误,   /home3/webex/public_html/mmm/mar/views/mail.php中的意外“{”   第1行

     

[19-May-2013 04:57:36 America / Denver] PHP Parse错误:语法错误,   /home3/webex/public_html/mmm/mar/views/mail.php中的意外“{”   第1行

错误问题是什么?

1 个答案:

答案 0 :(得分:0)

打开另一个文本编辑器并删除那里出现的所有非ascii或非unicode字符,同时(可能)从Skype复制代码