Hello.
I created a simple registeration code for my form but I seem to get this error.
Parse error: syntax error, unexpected T_IF on line 130.
I tried to change everything, double check it. But still I get the same error.
if ($_POST['loginbtn']){
$user = $_POST['user'];
$password = $_POST['password'];
}
else
echo $form;
On line 130:
if ($_POST['loginbtn']){
That's it. I still can't find the error.
Thanks.