|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
What is php user authentication? I, I am learning PHP but the basic question with me is PHP user authentication. What is this? Is it different from normal login to any website? If yes then what is different in this case? |
#2
| |||
| |||
Re: What is php user authentication? PHP lets programmers create web pages with dynamic content that can interact with databases. In this way, it helps makes web pages more interactive, thus improving the user experience. |
#3
| |||
| |||
Re: What is php user authentication? Following are are some PHP user authentication methods 1. Basic authentication Here Username & password combination is hard code in login script only. 2. Username & password stored in Database. In this method the Username & password is stored in the database only. 3. USer Authentication with image verification This method prevents any type of automatic login by a robot (external script) |
#4
| |||
| |||
Re: What is php user authentication? easiest way is to use a db table and verify against it like a mysql table, makes it much easier to add users and validate them too. Get MYSQL from www.mysql.com More about authentication: http://www.php.net/manual/en/features.http-auth.php |
![]() |
|
Tags: php, php user authentication |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LDAP user authentication error with VBScript from ASP | ridergroov | Active Directory | 3 | 04-01-2014 12:08 PM |
ADFS server error : The requested resource requires user authentication | VAIL | Networking & Security | 5 | 11-07-2011 08:05 PM |
PEAP user authentication failed - need help | zvone2000@gmail.com | Windows Server Help | 4 | 20-06-2009 12:18 PM |
Transfer user settings to another user - Duplicate user's account (Windows Vista) | TheGreatOne | Tips & Tweaks | 0 | 07-01-2009 09:18 PM |
Pass Through Authentication chooses wrong user account on remote server?? | Samarth | Windows Security | 2 | 25-04-2007 12:25 PM |