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.
How to disable double registration for the same user
Moderator: General Moderators
Re: How to disable double registration for the same user
There is nothing fool proof to stop users from creating another account.