php+mysql account management software?
- by kdavis8
I need an account system added to my website as a plugin to all of my HTML pages. The account system plugin needs to,register new users, log in current users, remove users who want to disconnect service, and manipulate all of these things via database on my web server.
However, I do not know how to program in the PHP language or create and…