Jump to content

Log in & user accounts..


Lone_wolf

Recommended Posts

Im trying to make a website that to get on it, you nneed to log into your accout that gets set up, and in that account, you can edit certain pages (i think with textarea) and they will stay like that, but you can only edit pages that you have been set that you can editIs this possible cause i cant seem to find it, im not sure what to search anywhere : :)

Link to comment
Share on other sites

Its a forum...What im after is, if there is a way for members (that they have to register using a form) They can be set to have different setting, os tey can clikc say... an 'edit this page' and a textarea thing comes up & you edit to what you want... click save changges to page & what you wrote on that textarea will stay there...A bit lioke the sitewww.elfpack.comwww.elftown.com

Link to comment
Share on other sites

  • 1 month later...

itis possible to do in any of the major scripting languages (php, asp, cold fusion). you will also need a database (mysql, ms sql server, oracle, or even ms access if you had to).quite a bit of planning would be needed for your idea - you'll have put a little more down on paper so that you can define as many things as you can before you start coding.

Link to comment
Share on other sites

It sounds like you need to develop both a login script and a user permissions script. Both of these can be done in php, asp, cf, etc. The permissions will be the one that will be the hardest, since you have to define everything that each user level can see/use. Then the login page needs to validate each user against the permissions.Is it possible? Of course. Just start yourself a forum, then open up the php files and start looking at how they are designed for ideas.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...