This PHP Builder column by Tim Perdue explains the user login system and relation functions, alongside the code, that they use at PHP Builder.
Similar scripts
User Authentication Using PHP
(Popularity: ) : This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, ... PHP-Based User Authentication
(Popularity: ) : This tutorial explains how to initiate user authentication and then use variables to verify which users are accessing your pages, ... Easy Website Password Protection Tutorial
(Popularity: ) : You can now implement password-protected pages without Telnet access to protected directories in your web site. Then you can use ... Creating a PHP Login Script
(Popularity: ) : This tutorial will show you how you can create a user system and login/logout scripts using PHP, the PEAR::DB classes ... How to Create a Secure PHP Login Script
(Popularity: ) : Explains how to create a secure PHP login script that will allow safe authentication. Features remember-me function using cookies and ...