Web Scripts - php scripts, perl scripts, cgi scripts, asp scripts, directory scripts, programming scripts

Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters


  Home  |   Add Resource  |   Modify Resource    


Web Scripts :: PHP :: PHP Tips and Tutorials :: User Authentication


21. PHP-Based User Authentication

This tutorial teaches you to initiate user authentication using PHP, and then to authenticate users by matching the value of the global variables $PHP_AUTH_USER, and $PHP_AUTH_PW to a list of valid usernames and passwords. The sample code included with this tutorial will show you how to use either hard-coded values, a flat file, an existing .htpasswd file or a database table to manage your valid usernames and passwords. This tutorial is intended for the PHP programmer who is generally familiar with authentication, but who would be interested in learning a practical method for authenticating access to one or more Web site pages.

Hits: 43 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  PHP :: PHP Tips and Tutorials :: User Authentication

22. 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 don't want to restrict the entire directory using htaccess, this is a neat alternative. This tutorial shows how to create a simple page-based login system using PHP and mySQL

Hits: 31 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  PHP :: PHP Tips and Tutorials :: User Authentication

23. 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 a user visit. This article discusses what a session and a session variable are, and what it can do.

Hits: 41 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  PHP :: PHP Tips and Tutorials :: User Authentication

24. A Simple Sessions Tutorial

This is a short tutorial on how to use the sessions (in PHP4) with a user, form-based login. This would be useful for just about any site where you had a "members only" area and wanted to validate the users from a database or anything else. The examples used authorize off of a MySQL database on the same server.

Hits: 41 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  PHP :: PHP Tips and Tutorials :: User Authentication

25. Authenticate and Track Users with PHP

This comprehensive 8-page online tutorial explains how to authenticate and track users with PHP. Main topics include: HTTP Authentication with PHP, Validation Against a Flat File, Authenticate Against a Database, Using Cookies, and Sessions and User Preferences

Hits: 9 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  PHP :: PHP Tips and Tutorials :: User Authentication

26. 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 server side password protection.

Hits: 44 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  PHP :: PHP Tips and Tutorials :: User Authentication

27. 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 easier to develop web based PHP applications.

Hits: 46 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  PHP :: PHP Tips and Tutorials :: User Authentication

Pages:    3 



Web Scripts  |  Add Resource  |   Modify Resource


©2006 All rights reserved. Web Scripts