Hai dear friends, I have a website and till now it is just like for public. I want to create a members area there. Though i know a little bit about databases I dont know what exactly i have to do for adding a members area. My site is designed using html and css. I am using control panel parellal's plesk. Please help me to develop a page and database to make a members area.
Hi, I dont think no one will create such a thing for you for free. If you are willing to shell out some amount, let me know and we can be of help
hi dude..i just need some good advices...i know a bit to create it...am IT postGraduate..So that the thing is the site am working with should be amazing..that is why I asked advices..I already created it..just with ten minutes and its working...
Please let me know what database you want use? Which hosting you are using? windows or linux hosting?
with simple HTML it won't be possible to make members area use asp.net or some other language, to protect the members area from unauthorized access.... pm me if want more info, it could be done for money
I have given basic logical information below to start with. 1) create user table with fields user_name and password. 2) develop user registration form where user can register using user name and password. 3) now create login form where user can enter user name and password to login into your website 4) check user name and password in database if it matches then redirect user to main page or display message login failed. I hope this would help you to understand the login process.