Password protected site without MySQL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
conthox
Forum Commoner
Posts: 39
Joined: Tue Jun 25, 2002 1:44 pm
Location: Sweden

Password protected site without MySQL

Post 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 !
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post 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!
Post Reply