NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Writing a Basic Authentication System in PHP by Timothy Boronczyk
26704 Writing a Basic Authentication System in PHP by Timothy Boronczyk http://codewalkers.com/tutorials/82/1.html Occasionally a site administrator will want to make certain material available online, but also have it accessible to only a select few. Some examples of this might be student records, personalized information, email and even personal photo albums. PHP > Tips and Tutorials > User Authentication Oct 16, 2006 Timothy Boronczyk

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Writing a Basic Authentication System in PHP by Timothy Boronczyk:


Other links at PHP > Tips and Tutorials > User Authentication
First you will use a form to pass the $pw variable to the php script. When entering passwords into forms it is a good idea to use the "password" input box instead of the "text" one, so that as you type there are asterisks in place of the input. Something like this will work fine:
Category:

In order for an online store to keep track of what's in whose shopping trolley, the system needs to know which user is making specific requests. After users log in, they would get lost amongst all the other users if you didn't keep track of their session. By assigning a unique value to this user, the system can know who it is without having them log in on every page
Category:

The simple answer is PHPLIB. PHPLIB is a set of PHP classes that are designed to make is easier to develop web based applications - things that need interaction. This is provided by many classes, the most essential being authentication, session management, permissions, and database abstraction
Category:

Have you ever wanted to protect a PHP page to prevent people from viewing sensitive information?
Well I haven't but that doesn't stop me showing you how to do it if you ever need to .
The code below is extremely simple indeed. Anyone with a basic PHP understanding will see how simple it is.
Category:

Article ? PHP ? E-Mail Activation
Category:




Main Category
194
2041
824
286
175
1802
1238
913
1163
7489
70
909
59
2222
174

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19538
Categories: 1275
Registered Users: 750
Mailing List Subscribers: 2046
Unique Outgoing Hits: 227881

Pagerank Statistics
PR 10
1 site(s)
PR 9
13 site(s)
PR 8
33 site(s)
PR 7
252 site(s)
PR 6
769 site(s)
PR 5
1891 site(s)

PHP News