My webhost has phpform generator in the cpanel. Last month I installed the program and created 5 forms and checked them and they were working fine. Now they aren't. I went to a different domain and installed the program and created a form and here is the error message i get
Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/ux323243/public_html/forms/use/manistee07/process.php on line 23
Help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This error is caused by using variable names that start with numbers.
You can not use variable names like "1st_entry", "2nd_entry". You must use alpha characters to start the variable names like "first_entry", "second_entry".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My webhost has phpform generator in the cpanel. Last month I installed the program and created 5 forms and checked them and they were working fine. Now they aren't. I went to a different domain and installed the program and created a form and here is the error message i get
Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/ux323243/public_html/forms/use/manistee07/process.php on line 23
Help
both domains are giving me the same error, except for the user name is different for each form.
This error is caused by using variable names that start with numbers.
You can not use variable names like "1st_entry", "2nd_entry". You must use alpha characters to start the variable names like "first_entry", "second_entry".