$mail_body=<<<_MAIL_
Hi $validusername, Please click on the following link  to verify your new account:
$verifyurl?email=$verifyemail&verify=$verifystring
_MAIL_;
//现在开始发送邮件
mail($_POST['email']  , $config_forumsname." User verification", $mail_body);(48)浏览器每次都会出现:Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\wamp\www\my_travel\forum_register.php on line 48这是怎么回事,我很郁闷!
希望各位高手帮帮我!!!