I have been away from php for a few weeks and the following message crops up
'Parse error: syntax error, unexpected $end in ' and the last line of the submit page. what is this all about?
thank you in advance.
That is always, or almost always, about a missing closing curly brace ( "}" ) somewhere in your code.
Without seeing that ENTIRE page it would be hard to see it so if you were to post the code enclosed with [ php ] and [ /php ] (minus the spaces before and after php and /php it would be hard to tell where your code is failing. As Installer said usually ir is because of a closing curly } brace somewhere in your code, and it usually points to a line either at or even past your codes end ?> tag.
thanks again
db96s1