I have created a 16 page form all within a session.
At the end of the form I want to send the info via email to the client. I get an error in my "$msg=" code. $msg is the message.
the message ($msg) is as follows (I'm only showing the first part of the message because the code is long:
$msg = "Below is the result of your feedback form. It was submitted on $date at $time.\n\n
<b>Southern Investment Mortgage Loan Application 1003 follows:<br /><br />
Loan Purpose = <strong><? echo $_SESSION['L32']; ?></strong><br />
?>
I get an error on the last line above. the error is as follows:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /usr/home/web/users/a0017855/html/blue_black14/blue_black15/thankyou.php on line 91
I need your help.
thanks