login with data in php

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
molandim
Forum Newbie
Posts: 19
Joined: Thu Feb 20, 2003 11:33 am
Location: Brazil
Contact:

login with data in php

Post by molandim »

Hi, I am trying do a login so long and nothing.

I have a small page that must have only one user and one password...

Can anyone showme a script that don't need a db, one script that have in the body og the php script the user and the passoword to do the validation.

Thanks !!!
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

One way of doing it is using a cookie

http://www.devnetwork.net/forums/viewtopic.php?t=6708
Post Reply