Hey guys, I need help. I installed phpformgenerator on my website and when I finish the form I get this error:
Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /hermes/web03/b513/pow.californiaroll/htdocs/supplies/use/OrderSheet1/process.php on line 59
Can someone please help?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is an error that comes from using variable names that start with a number. All variable names must start with a letter followed by anything else with the exception of some special characters.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey guys, I need help. I installed phpformgenerator on my website and when I finish the form I get this error:
Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /hermes/web03/b513/pow.californiaroll/htdocs/supplies/use/OrderSheet1/process.php on line 59
Can someone please help?
Thanks.
This is an error that comes from using variable names that start with a number. All variable names must start with a letter followed by anything else with the exception of some special characters.