Reply to Re: Coding error
If you don't have an account, just leave the password field blank.
if(&result==1) doesn't seem to have spaces. It should look like this:
if (&result == 1)
And yeah, the semicolons need not be there.
if (&result == 1)
And yeah, the semicolons need not be there.