PHP form script error
- by Alex
Hi,
I have created a rather larger html form and I would like the data to send to my email address. I am using the POST method and thought my PHP was up to snuff. However, I now get the following error upon submission: Parse error: syntax error, unexpected '}' in C:\www\mo\marinecforum\send_form_application.php on line 90.
I am having a hell of a time with this. Beyond the error above, I wonder if there is a better way to approach this?
Here is the PHP:
http://pastebin.com/MKUcgihg
Many thanks,
Alex