With this tutorial you will be able to create a moderately secure login script without using a mysql database. This one uses an array to store the username's and password's. This method is best used ...
You can now implement password-protected pages without Telnet access to protected directories in your web site. Then you can use these password protected directories to sell downloadable products or ...
Show your visitors that membership does have its privileges! If you haven't already put the protected membership area of your website into place, that's the first order of business. Pick up some ...
An authentication system allows certain online material to be accessible only to a select few. This tutorial illustrates the basic construction of an authentication system using PHP.
Version n/a Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, check the user information in the database. Third is by adding image ...
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 ...
This step-by-step guide presents a free cut-and-paste example code of a username and password login web based system. Developed using PHP, MySQL and JavaScript. Updated to include improved ...
Version 1 Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
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 ...