in reply to Re: Re: Re: Re: User Existance?in thread User Existance?
if (getpwnam($username)) { $message = $message.'<p>The Chosen Username Already Exists.</p>'; $found_err = 1; } [download]