Login System PHP / Membership
Create a very simple php login script. This is a very easy way of creating a login page. Its for one user and it uses sessions. To create this script you need a webserver with PHP support.
Making a PHP Login Form PHP / Membership
This is a failry simple thing to do and in this tutorial I will show you how to construct a PHP login form using the functions in my php login form script.
Creating a Secure PHP Login Script PHP / Membership
Explains how to create a secure PHP login script that will allow safe authentication. Features remember-me function using cookies, validates logins on each request to prevent session stealing.
Register Login Script PHP / Membership
The following tutorial will teach you how to add a login/register script to your site. This tutorial requires 6 files, and PHP with MySQL installed.
PHP-MySQL Login System PHP / Membership
In this tutorial, I will be teaching you how to create a member login using a MySQL database, PHP, and a small bit of sessions.
Your First PHP Script PHP / Getting Started
In this tutorial learn how to do a PHP script. Writing a PHP script is very simple. No special software is needed, except a text editor like Notepad in which the script is written.
Login - Logout with a Session in 1 file PHP / Membership
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. All in one but Short and Easily.
PHP : Beginners Guide PHP / Getting Started
PHP can do many things, such as creating a hit counter, login script, guestbook ... really complex things ... even really easy things such as displaying the time on your page or forwarding a user to a new page (re-direct). The possibilities really are endless.
Blocking access to the login page after three unsuccessful login attempts PHP / Security
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.
PHP Counter script tutorial PHP / Counters
Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis.
PHP Photo Album script PHP / Dynamic Images
This is a PHP enhanced Photo Album script that automates the retrieval of all images within a specific directory to show, with links to cycle through each batch of images. It's based on the original Photo Album script, though uses PHP to automatically populate the script with all images within a directory.
PHP Basics PHP / Getting Started
In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).
Creating a file based login system PHP / Membership
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 database.