Page 1 of 1
PHP Help
Posted: Wed Feb 04, 2009 3:35 pm
by lldcrb328
Well, I was wondering if anyone could give me a script I can use to get a entered value from a post form (e.g Username) and check to see if the username exists in a plain txt file I have with usernames separated by a line break, thanks in advanced.
Re: PHP Help
Posted: Wed Feb 04, 2009 3:36 pm
by Skoalbasher
lldcrb328 wrote:Well, I was wondering if anyone could give me a script I can use to get a entered value from a post form (e.g Username) and check to see if the username exists in a plain txt file I have with usernames separated by a line break, thanks in advanced.
Have you tried using a database, that would probably be a lot easier.