I know this has been beaten to death- but I am relatively in experienced and need some assistance.
I have followed the instructions from post;
I can guess that I have to have a form with
E-mail [ box where user puts his/her email address]
Free text [where user can put in comments etc...]
Submit button
So where it says:
$emailbody="Values submitted from website form:\n"
What do I put here?
From my test run I got the following error;
Parse error: parse error, unexpected T_CONCAT_EQUAL in /home/andy128/public_html/contact.php on line 16
Help would be appreciated.
Andy
I have followed the instructions from post;
I can guess that I have to have a form with
E-mail [ box where user puts his/her email address]
Free text [where user can put in comments etc...]
Submit button
So where it says:
$emailbody="Values submitted from website form:\n"
What do I put here?
From my test run I got the following error;
Parse error: parse error, unexpected T_CONCAT_EQUAL in /home/andy128/public_html/contact.php on line 16
Help would be appreciated.
Andy
Comment