Today you're going to learn, in simple terms, how to use 4MemberOnly to build a member only area on your site. This is a quick, easy, straight to the point, hands-on tutorial that will get you coding in no time.
Note that to properly understand this tutorial, you will need a working knowledge of HyperText Markup Language (HTML).
It is quite common to have the need to password protect a certain file or a set of files, in order to prevent unauthorized access to those files. There are many different alternatives on how to do this including, sessions, cookies, JavaScript and HTTP authentication. Peter shows you how to implement simple HTTP authentication.
This is a short tutorial that explains how you can protect a web page from users. The code in this tutorial is only about 5 lines long, and will protect any PHP page. HTTP Authentication involves the browser displaying a window for the user to log in, once the user logs in the page is displayed. If the user fails to log in, a failure notice is displayed.
This tutorial covers the concepts of creating a membership system from A to Z on your website. It includes signup, activation, login and lost password recovery as well as Session Management. It is very in depth and extensive.
Get started using UMA. UMA is a user management and authentication system written in PHP. UMA can greatly reduce the time and effort put into every project.
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.