Best Tutorials website
Latest tutorials

Advertisment

php login script tutorial

php login script tutorial

This tutorial sows you how a simple php login system is created.


Views: 905 | Rating star | by Sarah
PHP - User Authentication

Maintaining state with PHP4 sessions

Maintaining state with PHP4 sessions

HTTP as a protocol is stateless, which doesn't make it easy for a developer. For example, your web server sends out a page to someone ordering...


Views: 886 | Rating star | by Stephen
PHP - User Authentication

Session Management and Authentication with PHPLIB

Session Management and Authentication with PHPLIB

This three-page online tutorial/article talks about managing user session and authntication using PHPLIB, a set of PHP classes designed to make is...


Views: 834 | Rating star | by Sarah
PHP - User Authentication

Building a Secure Admin Area & .htaccess

Building a Secure Admin Area & .htaccess

This tutorial along with sample code explains how to make a hardcoded admin password gateway using PHP. It also covers how to use .htaccess for...


Views: 691 | Rating star | by Source
PHP - User Authentication

User Authentication from a MySQL database

User Authentication from a MySQL database

Here is a step-by-step tutorial on how to create a user authentication system using PHP/MySQL. It takes you through creating an appropriate MySQL...


Views: 856 | Rating star | by Donald
PHP - User Authentication

Session Management with PHP4

Session Management with PHP4

One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session 'object' during...


Views: 937 | Rating star | by Tutorial
PHP - User Authentication

Using a page by page password system using mySQL

Using a page by page password system using mySQL

One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you...


Views: 795 | Rating star | by Isac
PHP - User Authentication

Signup and Login

Signup and Login

Learn how to have a user database where people can sign up and log in.


Views: 775 | Rating star | by Sarah
PHP - User Authentication

Basic PHP Authentication

Basic PHP Authentication

This tutorial will show you how to add a pop up like seen when trying to login to an admin control panel, and will ask for a user name and...


Views: 792 | Rating star | by Sean
PHP - User Authentication

Users Online

Users Online

This will detect the amount of visitors on your site. Requires access to mySQL database.


Views: 754 | Rating star | by Tutorial
PHP - User Authentication

User Authentication Using PHP

User Authentication Using PHP

This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, check the user...


Views: 827 | Rating star | by Adam
PHP - User Authentication

HTPASSWD Line gen

HTPASSWD Line gen

This simple tutorial teaches you how to put a simple form on your website, that outputs the line that goes in .htpasswd after you have put in the...


Views: 834 | Rating star | by Mark
PHP - User Authentication

Complete Members System

Complete Members System

This Article takes you step by step in creating a member system for your site. From designing mySQL tables, creating a registration script and...


Views: 833 | Rating star | by Marry
PHP - User Authentication

PHP Simple login script

PHP Simple login script

Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step.


Views: 708 | Rating star | by Sean
PHP - User Authentication

Authentication and Security

Authentication and Security

In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is...


Views: 743 | Rating star | by Sean
PHP - User Authentication

Permission System

Permission System

This tutorial will teach you how to expand your login system to create permissions for users.


Views: 788 | Rating star | by Daniel
PHP - User Authentication

Language specific response

Language specific response

Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in...


Views: 742 | Rating star | by Sarah
PHP - User Authentication

Authenticate Users Using an LDAP Database

Authenticate Users Using an LDAP Database

This code authenticates users using an LDAP directory and then stores session information in a MySQL database. It is a very good demonstration of...


Views: 780 | Rating star | by Donald
PHP - User Authentication

Login - Logout with a Session in 1 file

Login - Logout with a Session in 1 file

Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout...


Views: 741 | Rating star | by Source
PHP - User Authentication

Creating a file based login system

Creating a file based login system

In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any...


Views: 749 | Rating star | by Jarry
PHP - User Authentication