Improve login system
Page 1 of 1
Improve login system
I have a website where i am using mysqli to make a login system, but, the system can easily be broken by two people signing up for an account with the same credentials. Please provide some mysqli code for a checker.Re: Improve login system
how could it be break prevent the same user signup simple ....make the username field in your database unique...
Page 1 of 1