in reply to Re: Re: Re: Re: User Existance?
in thread User Existance?

You need parentheses around the conditional statement for the if...
if (getpwnam($username)) { $message = $message.'<p>The Chosen Username Already Exists.</p>'; $found_err = 1; }