building a webite question?

ok.........how do i set my site up to store info for clients that they need a password to get into the info...what is this called and how is done.....explain please....thks............

Paultech2014-04-24T06:09:52Z

Favorite Answer

well depends on how you want to access the data and display it, what sort of hosting you have.. you could look at eg -> http://www.wikihow.com/Create-a-Secure-Login-Script-in-PHP-and-MySQL

since something like what your asking isn't a easy path, just wondering why you didnt google this issue/query first.

Naocha2014-04-24T13:21:18Z

You can install Wordpress or Joomla and look for a theme and some plugins will make your job done

Anonymous2014-04-24T13:24:53Z

as a beginner use a Database to store the username and pass make sure you encrypt them..
while you click login, the username and password should be searched in the DB using a query
if correct go to the user page
else trow an error
this is most simple method
as Paultech said, why didn't you google it?..................................................... or yahoo it?

benjamin2014-04-24T13:22:15Z

You can try the Html Code or try bravenet.com or poppydog.com or wildapricot.com

?2014-04-29T11:26:19Z

encrypt passwords with md5 has, etc to make it secure.