I'm trying to create a register form, with php validation. I've set it all up, with the form being submitted to RegisterAction.php which does the validation and INSERT query.
When I submit the form, I get this error:
Parse error: syntax error, unexpected $end in /path/to/file on line 68
I have no idea what this means,
Can you help?
Thanks,
When I submit the form, I get this error:
Parse error: syntax error, unexpected $end in /path/to/file on line 68
I have no idea what this means,
Can you help?
Thanks,
Comment