Questions | Login

Top / PHP / MySQL

How do i create a member registration page for my site? ?

demo 17 Dec 2008 10:18am
I am making a website, im new to .php and mysql and stuff like that so i need help. I want to create a member registration page that will create a member that is able to login to a "members only" section of my site. How would i do this? Thanks in advance!

Answers

demo 17 Dec 2008 10:38am
1st you have to sketch-out the over all site map to your site. You have to know who is the visitor of your site etc etc.
I don't discuss the codes here as you will find many reference book on PHP or MYSQL.
you have to create a "member only" page. at the begining of the page (pageload) create a checking which will check whether the session user is authenticate or not.
you can simply use a database to store username and password of the members. If user dont able to provide correct password or username, redirect him/her to public page...

if you need more help, contact me...

Related

Submit Answer

You must be logged in to post an answer. Please Login or Register.

Powered by phpMyAnswers.