I wrote the following line in my php file to process some form data:
echo "<p class="formtxt" ><em>Member Name:</em> $MbrFName $MbrLName</p>";
Unfortunately, there is something wrong. 😕
I get the following error message:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in c:_web_dvlpmnt\localhost\omgma\registrn.php on line 24
Unfortunately, I don't know what to do to fix it.
Can anyone help me out?
Thanks!