How To Create A Password And Username In Php
Post Description: how to create a password and username in php
how, to, create, a, password, and, username, in, php
This Post Has Been Viewed 90 Times Since Wed Apr 23, 2008 1:06 pm Posted By like41 with 1 replies
POST# 1239
Posted On: Wed Apr 23, 2008 1:06 pm
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
Related
- How To Create A Password And Username In Php
- Make Secure Login With PHP