RE: [PHP] Login with Text Files

2002-04-30 Thread eat pasta type fasta
Two things, if you gonna use files for such things it might help to follow such format inside the file [use]=somebody [password]=theirpass it might be easier if you have the file named after the user and it sould store the pass eg. somebody.txt then have php check for the file with file_exists

Re: [PHP] Login with Text Files

2002-04-30 Thread Bogdan Stancescu
Try filling up pass.txt with the same password over and over and use a regular login.txt. Then try it with a username from somewhere in the middle of the files. I think your problem has something to do with array indexes - if what I suggested works, you can then work your way through it by cha

RE: [PHP] Login with Text Files

2002-04-30 Thread John Holmes
Why do you even bother? Just name your file SFISFWEF.html and have that as your password. If security isn't important, then don't use it at all. And please don't program anything for anyone else. ---John Holmes... > -Original Message- > From: Rodrigo [mailto:[EMAIL PROTECTED]] > Sent: Tu