|
|
| User Management [+] Favor-It | |
| |
 |
| | Sort By:
|
This tutorial will show you how to easily make a script for users to create a username and password. The second part of the tutorial will show you how to have them log in the next time they come. Author: Akash Goel Code: PHP 4.0 |
If you are developing a web-based system whereby a user, or users, are logging in and staying logged in (sessions, cookies), the following ideas are written with you in mind.
Author: eff Skrysak Code: PHP 4.0 |
I'm sure many of you have logged on to Yahoo!, eBay or even here on phpNoise and have run across the verification image containing numbers and letters that you must plug into an input box for verification. This tutorial will show you how to do that. Author: Darryl Porter Code: PHP 4.0 |
|  | |
Have you ever seen popular sites that block automated registrations with an image that has some garbled string? The only things you need are GD (to create the images), a nice font, and a couple minutes of time to read and follow along with this tutorial. Author: caiPHP Code: PHP 4.0 |
To begin this tutorial in PHP sessions, you must first make sure that your web server (ie. apache) has the options to allow session with the configuration. People using apache and php under a win32 enviorment must manually configure this option.
Author: Darren Hedlund Code: PHP 4.0 |
This tutorial is for a basic understanding of how to work and validate PHP with MySQL. We start by making are database in MySQL so go to where you have your sql and start it up. Your going to create a new database called user and a new table called users. Author: Darren Hedlund Code: PHP 4.0 |
In this article Martin 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, and more. Author: Martin Tsachev Code: PHP 4.0 |
|  | |
This is a tutorial that explains how to implement user authentication with PHP. The tutorial covers database structure and PHP scripting with explanations for all code samples as well. Author: d2all.net Code: PHP 4.0 |
This tutorial explains not only why site owners should or should not restrict user access to their sites, but how to properly manage users access if they choose to place restraints. Author: roScripts Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|