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

Code 1-10 of 11   Pages: Go to  1  2  Next >>  page  


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, add



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 use



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 process o



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 the



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 dri



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, email



PHP Membership System with User Access Expiration is an online tutorial dealing with membership management techniques. If you have some basic knowledge on PHP and MySQL you can easily grasp those procedures in developing and managing membership progr



To keep your files and folders in a secured area, you need to construct a login form to restrict other resources. PHP gives you the best source by storing the login information into the MySQL table and validate the user and allow them to access the f



Building a login form using PHP with MySQL as backend for your web applications makes your webpage more interactive and bring visitors to your site again and increase web traffic. This system has many enhanced features like stores the users informati



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 on N