Jump to content

PHP error, Please help


RB2004

Recommended Posts

Hi, Im recieving the following error and wondered if anybody could be of help.

 

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING

 

the error it said was located on line 28 which would be the following,

 

$MAIL_to2 = ".$_POST['bookers_email'].";

 

basically trying to store the email address posted on a form as a variable.

 

then use that variable in the following code here,

 

mail($MAIL_to2,$MAIL_subject2,$MAIL_body2." ".$MAIL_body1,"From:  ".$_POST['bookers_name']."<".$_POST['bookers_email'].">");

Link to comment
https://forums.phpfreaks.com/topic/191876-php-error-please-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.