Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
User Online
Username, Password Login PHP and MySQL Example Site
Using a page by page password system using mySQL
Session Management with PHP4
PHP User Authentication Using UMA 1.0.,4
PHP Login System with Admin Features 2.0
Building a secure admin area & .htaccess
A Simple Sessions Tutorial
Top Code
User Online
Username, Password Login PHP and MySQL Example Site
Session Management with PHP4
PHP Login System with Admin Features 2.0
Building a secure admin area & .htaccess
Using a page by page password system using mySQL
A Simple Sessions Tutorial
PHP User Authentication Using UMA 1.0.,4
PHP > Tips and Tutorials > User Management
Source List

Code 1-8 of 8   


User Online is a PHP tutorial in which users can collect information about the method of detecting users online. Here the author describes about the method of creating user_online table on the database and also the author explains about the...





This tutorial is about creating MySQL table using PHP and validating the user by Javascript. This script consists of 3 files including header and footer. Header files consist of few options for the administrators where admin can create database,...



This article deals with a page by page password system using mySQL. PHP is used as a frotend to validate or authenticate the user from the database. This editorial explains the full featured authentication using PHP and MySQL. This will track the...



This tutorial teaches you how the session is declared and what are the uses of session and what is session variable. Session management allows to store the variables in the session for every visitor visits your page. This tutorial is helpful for...



This is a PHP script for User Management and Authentication. It authenticate the users to your site and grant permission to them to access the secured area if their username and password matches to the existing one. This script is purely database...



This is PHP based tutorial which is helpful for the PHP learners and for the developers that demonstrates them about how to implement PHP login system on their website. It offers many features like, visitor tracking, form helper, member levels,...



This script gives you an idea to create a fully functional admin control panel using PHP. This tutorial explains how to code and validate the user or admin to make a space in the server more secured. The tutorial explains this script in UNIX and...



This is a tutorial about session and its usage. This session is not only used to track the user it also used for security purposes. This tutorial tells you about session with user login form. When the user logged into the site, the session also...