This is becuase you have used a bad name for one or more of your form fields. Remember, the form field names can only consist of letters, numbers, underscores, and white spaces ... and nothing else. Also, the names cannot start with a number.. it must start with a letter. Also, do not end the field name with a semicolon... any character other than those mentioned above will cause that sort of error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-01-07
Thank you. That makes sense because some of the field names begin with numbers.
So, the question now is can I change these field names without going through the entire process again?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Whenever I try to submit the form results I get the following message:
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in /home/name/public_html/folder/forms/process.php on line 27
Thanks
This is becuase you have used a bad name for one or more of your form fields. Remember, the form field names can only consist of letters, numbers, underscores, and white spaces ... and nothing else. Also, the names cannot start with a number.. it must start with a letter. Also, do not end the field name with a semicolon... any character other than those mentioned above will cause that sort of error.
Thank you. That makes sense because some of the field names begin with numbers.
So, the question now is can I change these field names without going through the entire process again?