How To Create A Password And Username In Php
how to create a password and username in php
how, to, create, a, password, and, username, in, php
How To Create A Password And Username In Php
Post Description: how to create a password and username in php
POST# 1239
Posted On: Wed Apr 23, 2008 1:06 pm
like41
Topic: How To Create A Password And Username In Php
how can i create a password and username in php?

i have this website and i want to make it more secured by adding a login page where visitor must login to view the pages because they are private.

can you teach me to do that


Wed Apr 23, 2008 1:07 pm
1
Web Hosting Support
Reply #1921
yes you can,

depends how you going to approach, the best way to do it is with a database,

you store the username and password into a database and then once the user submits the form, you authenticate, meaning you compare if they match if so, then you give them a cookie if not, then you show them an error message

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. How To Create A Password And Username In Php
  2. Make Secure Login With PHP