Posted by Oliver Jusinger on 10/01/28 11:59
Cerebral Believer wrote:
> I am having trouble identifying the error here can anyone help?
> Parse error: syntax error on line 318
> $e-mail_1 = $_POST['e-mail_1'];
"-" isn't allowed in variables, because it's an operator:
http://www.webcheatsheet.com/php/variables.php
Regards,
Oliver
[Back to original message]
|