
Advertisment
php login script tutorial
This tutorial sows you how a simple php login system is created.
Views: 1142 |
| by Sarah
PHP - User Authentication
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: 1131 |
| by Stephen
PHP - User Authentication
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: 1078 |
| by Sarah
PHP - User Authentication
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: 881 |
| by Source
PHP - User Authentication
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: 1089 |
| by Donald
PHP - User Authentication
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: 1175 |
| by Tutorial
PHP - User Authentication
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: 1029 |
| by Isac
PHP - User Authentication
Signup and Login
Learn how to have a user database where people can sign up and log in.
Views: 1073 |
| by Sarah
PHP - User 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: 1031 |
| by Sean
PHP - User Authentication
Users Online
This will detect the amount of visitors on your site. Requires access to mySQL database.
Views: 996 |
| by Tutorial
PHP - User Authentication
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: 1069 |
| by Adam
PHP - User Authentication
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: 1082 |
| by Mark
PHP - User Authentication
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: 1079 |
| by Marry
PHP - User Authentication
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: 943 |
| by Sean
PHP - User Authentication
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: 1000 |
| by Sean
PHP - User Authentication
Permission System
This tutorial will teach you how to expand your login system to create permissions for users.
Views: 1044 |
| by Daniel
PHP - User Authentication
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: 1004 |
| by Sarah
PHP - User Authentication
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: 987 |
| by Donald
PHP - User Authentication
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: 997 |
| by Source
PHP - User Authentication
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: 980 |
| by Jarry
PHP - User Authentication
