in reply to Re: Registration Error
in thread Registration Error

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Re: Re: Registration Error
by Mr. Muskrat (Canon) on Mar 06, 2003 at 20:06 UTC
    It wouldn't give you any errors because it is valid code. The logic is wrong. $dbm1{$accountAD} contains the user's ID but you are checking to see if contains the email address.
Re: Re: Re: Registration Error
by sutch (Curate) on Mar 06, 2003 at 20:00 UTC
    Have you looked at the comparison? If registration always fails, then do examine the comparision as I suggested in my original response.

    poj also notes naming inconsistencies with $ID and $accountID. That would also affect what is being compared.