browse by tag: user authentication
sort by
Login - Logout with a Session in 1 file
in PHP added by goodphptutorials, on 13/1/2007 security session user user authentication
Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout program.
comment save reportBlocking access to the login page
in PHP added by goodphptutorials, on 12/9/2006 user authentication
Sometimes you need to add an extra protection to password-protected website. This article explains how access to the login page can be restricted after three unsuccessful login attempts. This schema uses visitors IP address to store log attempts in the database and block access to login feature for 30 minutes after third unsuccessful attempt.
comment save reportPHP Login Script with Remember Me Feature
in PHP added by goodphptutorials, on 22/8/2006 account logon mysql signup user authentication
I just started programming with PHP and MySQL this week and the first script I wanted to write was a login script. I wanted to include the popular "Remember Me" feature seen on a lot of websites that basically keeps users logged into the website, even after they've closed the browser so that the next time they come, they won't have to login again manually.
comment save reportPersistent login with cookies
in PHP added by goodphptutorials, on 2/3/2006 user authentication
You know how to secure some parts of your website with a login, but you wonder how to add a "remember me" checkbox to the login form that will allow a user to bypass it afterwards? Check out this tutorial.
comment save reportAuthentication and Security
in PHP added by goodphptutorials, on 4/1/2006 user authentication
In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web. A wide variety of topics are covered
comment save reportPHP-Based User Authentication
in PHP added by goodphptutorials, on 21/12/2005 access authenication user authentication user management
This tutorial is intended for the PHP programmer who is generally familiar with authentication, but who would be interested in learning a practical method for authenticating access to one or more Web site pages.
comment save report