Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/srgprope/public_html/forms/use/Mortgage_Quote/process.php on line 78
Any ideas on what to do?
Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is usually associated with variable names that begin with numbers.
You can not use variable names like "1st_name". You must use variable names that begin with letters like "first_name".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I continue to get this error on longer forms:
Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/srgprope/public_html/forms/use/Mortgage_Quote/process.php on line 78
Any ideas on what to do?
Scott
This is usually associated with variable names that begin with numbers.
You can not use variable names like "1st_name". You must use variable names that begin with letters like "first_name".