Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

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 manipulate MySQL databases. I want a program that can create and manipulate the MySQL database automatically for my website and handle also PHP calls automatically.

Are there any open source freeware programs out there that i can use? If so what are the names of these freeware?

share|improve this question
There are hundreds of different options available here. Perhaps if you could be a bit more specific about what you are trying to achieve, we could recommend something that is perfectly tailored to your needs. Why/for what exactly do you want a user registration system if you are unable to program PHP? – Oliver G Jul 4 '12 at 11:31
cant really get what you mean, but are you looking for phpMyAdmin? – milo5b Jul 4 '12 at 15:09
i have a website with plenty of pages. i need to some repeating snippet of code that allows a login/signup/logout button at the top right hand corner that does,well just that. i need all of the database work and php that talks to the html to be handled behind the scenes preferably. – kdavis8 Jul 4 '12 at 23:26

2 Answers

up vote 1 down vote accepted

What you're looking for is called CMS (Content Management System).
There are many content management systems that were implemented using PHP\MySql.

The three most popular that I know of, are Wordpress (which is used mainly for blogs), Drupal and Joomla. All the three support user-management, plus, there are thousands of plugins that you can freely download and install!

share|improve this answer
thanks i'll check these out – kdavis8 Jul 6 '12 at 3:48

I just Googled php user manager UserCake showed up first and it's features are below. There are other open source applications written in php which do this. But all require some level of knowledge on your part to create the mysql database and install the script.

Login
Register
Lost password recovery
Update password
Update user email
Email templates (optional)
SHA1 security + Salt / Hash
Account activation (optional)
Resend activation email (optional)
User groups (Basic, id - group_name)
Multilingual support
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.