Web site authentication scripts
- php site authentication scripts
-
Evolt.org - PHP Login System with Admin
PHP Login System with Admin Features. A tutorial and script to create a members area of a website and administrate those memebers.
-
Php-mysql-tutorial.com - Basic User Authentication
A step through guide to a simple PHP script for user authentication for an area of a website. There is also Php-mysql-tutorial.com - Better User Authentication : Storing user id & Password In Database.
- session handling tutorials
-
codecoffee.com
- session tracking
How to implement session tracking using two of the simplest and oldest methods available to programmers.
-
Devarticles.com - Sessions
Simple login, logout, and session handling
-
php-mysql-tutorial.com - basic authentication
An overview of a simple method to authenticate users. Acts as a great tutorial to understand the process.
-
Evolt.org - User authentication
An overview on how to immplement a user authentication system and download files with admin features so you can adapt it for your site.
-
Zend Technologies.com - Session Handling
A guide to session handling using PHP4.
-
PHP.net - Session Handling Functions
The PHP.net 'session handling functions' section of the PHP manual.
-
Webmonkey.wired.com - Authenticate and Track Users
A tutorial on how to authenticate and track users using PHP.
