Multi user 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
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

Multi user login

Post by ebgames56 »

i need code for users to login in to my site but more then 1 accounts on my site
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Multi user login

Post by Celauran »

At the most basic, have a form for username/password, verify it against database entries, and store a token in sessions.
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

Re: Multi user login

Post by ebgames56 »

i been using wordpress its hard because the user cant pick a password nor a email get sent to them
Post Reply