Hi,
I get the following error;
Parse error: syntax error, unexpected T_STRING in D:\XAMPP\xampp\htdocs\site\register.php on line 95
Line 95 is;
if (strstr($email, "@") && strstr($email, ".") strlen($email) >=6))
Please help, I don't know what's wrong :/ It all looks fine to me.
Thanks In Advance!