Website Private members area - how to do it?

  • Thread starter Thread starter wezza
  • Start date Start date
W

wezza

I'm in the process of setting up an online project but need to have separate login areas for clients.

When they login with their username and password, they have access to their personal page, with content. As admin, I would be able to post documents and content just for that particular user.

How can I go about doing this? Any idea of cost etc?

Thanks in advance.
 
You can do it in a few ways..PHP with sessions, Servlets with sessions, htaccess, ASP etc.

Depends on how sophisticated you need it to be and what functionality is required..
 
Upvote 0
Thanks for the link crewgirl25, but I think once the user logs in, they get general access to everything.


I'm looking for the user to have their own private page, one that I as admin I can change the content on and post links and documents for them to download.

I have zero programming skills so may need to get a programmer to help but an off-the-shelf solution would be great.
 
Upvote 0
It's a fairly easy thing to set up.

Basically, a user table on a database, with username and password (along with other details) that can be checked.

I've set up dozens of these - feel free to drop me a PM if you'd like me to do something for this.

What is the site set up with? PHP or ASP.NET ?
 
Upvote 0
Set the site up with joomla - this has great user management, out of the box!
 
Upvote 0
Upvote 0

Latest Articles