PHP Password/LOGIN
Moderator: General Moderators
PHP Password/LOGIN
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?
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
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
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