PHP Password/LOGIN

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
Addler
Forum Newbie
Posts: 9
Joined: Wed Jul 24, 2002 3:59 am

PHP Password/LOGIN

Post by Addler »

Working with an advanced online game programmed in PHP - and here I find myself scowering the net in search of hope... and some other stuff. anyways basically I need a PHP Pass/Login system that works with message boards like these. Anyone have any idea's? Or Is there any really good PHP programmers out there that want to join a group of programmers and help create an online browser based text game?
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

MySQL - to store the usernames and passwords
http://www.php.net/md5 - to encrypt passwords
cookies or sessions - to keep a user logged in

about the games, i am planning to design one, but ill probly do it by myself
Post Reply