Home

Submit

Source

Feeds

Home » PHP » Membership ::

PHP Membership
Several method of user authentication using PHP.
Related Tutorials
PHP Membership
User authentication
PHP / Membership
In this tutorial we will build a Flash authentication system. User login, user registration, forget password with md5 encryption.

Site: www.sephiroth.it Report - View Tutorial

PHP Membership
Authentication and Security
PHP / Membership
In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web. The topics covered in this tutorial include: * How HTTP authentication works and how it can be used with Apache and PHP * Writing PHP scripts to manage user authentication and authorization * Writing PHP scripts that authenticate users against a table in a database * The practical aspects of building session-based web database applications to authenticate users, including techniques that don't use HTTP authentication * A case study example that develops an authentication framework, demonstrating many of the techniques presented in this tutorial * The features of the encryption services provided by the Secure Sockets Layer.

Site: www.brainbell.com Report - View Tutorial

PHP Membership
PHP/MySQL/LDap authentication
PHP / Membership
LDAP database for authentication and a MySQL database for time-keeping, account access control, etc.

Site: www.bytemycode.com Report - View Tutorial

PHP Membership
Session Management and Authentication with PHPLIB
PHP / Membership
This three-page online tutorial 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.

Site: www.phpbuilder.com Report - View Tutorial

PHP Membership
Simple reusable PHP/MySQL authentication script
PHP / Membership
We will write a simple PHP/MySQL authentication script that can be reused for any of your project.

Site: www.bewebmaster.com Report - View Tutorial

PHP Membership
Developing a Login System with PHP and MySQL
PHP / Membership
Most interactive websites nowadays would require a user to log in into the website's system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user's preferences.

Site: www.codebeach.com Report - View Tutorial

PHP Databases
User-Driven Querying
PHP / Databases
We explain user-driven querying by introducing how to: * Pass data from a web browser to a web server. * Access user data in scripts. * Secure interactive query systems. * Query databases with user data. * Produce one script that contains an HTML <form> and the code that outputs the query results. We call this a combined script. * Develop results pages with previous page and next page links. * Use five-step querying to produce components for user input.

Site: www.brainbell.com Report - View Tutorial

PHP Emailing
PHP User Email Validation Script
PHP / Emailing
Here is a simple script can valid a user's email address. This script works by sending a confirmation email to the user's email account. The user then must confirm their email address. This script is great for any user login system.

Site: www.anythingweb.org Report - View Tutorial

PHP XML Web Services
binarycloud: the opensource platform for php web applications
PHP / XML Web Services
binarycloud is a platform for rapidly developing complex web applications. It includes basic services like authentication, permissions, a template engine, database abstraction etc.

Site: www.phpbuilder.com Report - View Tutorial

PHP Navigation
Language specific response
PHP / Navigation
Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in the corresponding language, or to display specific information directed to the user (as for example the most suitable ad).

Site: www.phptutorial.info Report - View Tutorial

PHP Membership
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.

Site: www.webdesign.org Report - View Tutorial

PHP Sessions and Cookies
Session Overview
PHP / Sessions and Cookies
When User visit your website, a web session has been created. PHP Session Management Allow you to track/manipulate User Data during this web session.

Site: www.zaheema.com Report - View Tutorial

PHP Miscellaneous
Turn Off CSS
PHP / Miscellaneous
This useful bit of code enables you to have links on your page which will let the user turn off your stylesheet. This will mean the user will see your page without any CSS formatting whatsoever.

Site: www.webdesign.org Report - View Tutorial

PHP Redirection
PHP Redirect
PHP / Redirection
A PHP Redirect automatically transfers a web user from one URL to another. For example, typing foo.com in the browser automatically transfers the user to another URL bar.com.

Site: www.codebeach.com Report - View Tutorial

PHP E-Commerce
The Winestore Shopping Cart
PHP / E-Commerce
In this tutorial, we introduce the shopping cart developed for the online winestore. The shopping cart is typical of those used in online stores: the user can add items to the cart and manage the quantities of the different items. The solution we outline is scalable and practical. The cart data is stored in the winestore database tables, and only one session variable per user is required to track the cart's identity.

Site: www.brainbell.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement