Page 1 of 1

Password protected site without MySQL

Posted: Thu Aug 08, 2002 6:14 am
by conthox
Hello!

I wonder if any of you can tell me how to get a page that has a password form with the fields 'Username' and 'Password'. The users may be passed to different personal pages depending on their username and password.

Then, I want the page to look for the username, password and the redircetion url in a text file.

I don't know how to do this! :cry:
Please help me !

Posted: Thu Aug 08, 2002 7:39 am
by llimllib
What you want to do, conthox, is find an authentication tutorial (I recommend Evolt's tutorial) and then translate all the mysql usage into flat file usage with the help of the manual on file functions. If you have any specific problems, feel free to let us know, but you should give it a good try before you ask questions.

Have fun, don't be afraid to experiment, and good luck!