How to disable double registration for the same user

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
shakeel
Forum Newbie
Posts: 12
Joined: Wed Jan 16, 2008 4:15 am

How to disable double registration for the same user

Post by shakeel »

Hello Experts

I am new to PHP and tries to develop a site where a user can make an account to view the contents of the site. I want that one user will have only one account and if he tries to create another one he should be warned. What is the best solution for this.
mmj
Forum Contributor
Posts: 118
Joined: Fri Oct 31, 2008 4:00 pm

Re: How to disable double registration for the same user

Post by mmj »

There is nothing fool proof to stop users from creating another account.
Post Reply