I have been using formgen for months now and never have seen this error message. any idea why I'm seeing it now ?
heres the message....
PHP Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in E:\web\veipokernet\htdocs\phpform\use\Registration1\process.php on line 18
Please help if possible.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been using formgen for months now and never have seen this error message. any idea why I'm seeing it now ?
heres the message....
PHP Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in E:\web\veipokernet\htdocs\phpform\use\Registration1\process.php on line 18
Please help if possible.
This message is typical of a variable name that starts with a number instead of a letter.
$123
instead of
$abc