in reply to Re: User Existance?
in thread User Existance?
Also, if i run mad-hatters code and change the username to root, it does not display that the username is in use!if getpwnam($username) { $message = $message.'<p>The Chosen Username Already Exists.</p>'; $found_err = 1; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: User Existance?
by isotope (Deacon) on May 17, 2003 at 23:08 UTC | |
by The Mad Hatter (Priest) on May 18, 2003 at 00:25 UTC |