RE: Populating Hashs and checking multi form fields

2001-04-22 Thread King, Jason
David Gilden writes .. >Here is code fragment that I can't seem to solve. >All help, suggestions are appreciated. >Thanks! >Dave > >What I want to do is to check for either if the username or >password is good: > >The $pwfile contains (exactly like it is here): >username1|password1 >username2|pa

RE: Populating Hashs and checking multi form fields

2001-04-22 Thread King, Jason
>-Original Message- >From: M.W. Koskamp [mailto:[EMAIL PROTECTED]] >Sent: Sat 21 Apr 2001 11:08 >To: David Gilden; [EMAIL PROTECTED] >Subject: Re: Populating Hashs and checking multi form fields > > > >- Original Message - >From: David Gilden &l

Re: Populating Hashs and checking multi form fields

2001-04-20 Thread M.W. Koskamp
- Original Message - From: David Gilden <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 2:49 AM Subject: Populating Hashs and checking multi form fields > # stuff $pwd in to @indata > open(FILE,$pwfile) || die &dead("Can'

Populating Hashs and checking multi form fields

2001-04-20 Thread David Gilden
Hello, Here is code fragment that I can't seem to solve. All help, suggestions are appreciated. Thanks! Dave What I want to do is to check for either if the username or password is good: The $pwfile contains (exactly like it is here): username1|password1 username2|password2 ect. # stuff $p