jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

User Authentication

DeEnFrSp
Amount: 29
Displaying: 21 - 29
Pages: << 1 2 [3]
Sort Listings By:
Hits: 208

PHP Login System

Rating 0.0 0.0
This tutorial will teach you how to create your own login system with PHP, using sessions and the PEAR::DB classes. Want to password protect your pages and only allow members to see them? Then read this.
Platform(s): n/a Date: Jul, 08 2002
DETAIL
Hits: 128

Maintaining state with PHP4 sessions

Rating 0.0 0.0
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 from an online shop, and then forgets all about it. A few seconds later, the same person sends another request, ordering another item. As far as the web server is concerned, it could be an entirely different person. So to make sure the right orders are associated with the right person, a developer has to employ some sneaky tricks. Before PHP4, you could have used something like PHPLIB for session management. But PHP4 comes with a complete set of sessioning functions. This article explains how to use them.
Platform(s): n/a Date: May, 08 2002
DETAIL
Hits: 156

PHP-Based User Authentication

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 15 2000
DETAIL
Hits: 420

Using a page by page password system using mySQL

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jul, 29 2000
DETAIL
Hits: 126

Session Management with PHP4

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jun, 21 2000
DETAIL
Hits: 152

A Simple Sessions Tutorial

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jun, 09 2000
DETAIL
Hits: 346

Authenticate and Track Users with PHP

Rating 0.0 0.0
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.
Platform(s): n/a Date: Feb, 03 2000
DETAIL
Hits: 466

Building a Secure Admin Area & .htaccess

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jan, 05 2000
DETAIL
Hits: 336

Session Management and Authentication with PHPLIB

Rating 0.0 0.0
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.
Platform(s): n/a Date: Dec, 17 1999
DETAIL
Amount: 29
Displaying: 21 - 29
Pages: << 1 2 [3]