| Showing 21 - 28 from 28 tutorials on Page 3. |  | |
| | | User Authentication Using PHP | | 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 verification in the login form where the user must enter the r... | | Added: 18 March 2007 - Visits: 102 | | | | | | | | Authentication and Security | | In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web. The topics covered in this tutorial include: - How HTTP authentication works and ... | | Added: 18 March 2007 - Visits: 86 | | | | | | | | Language specific response | | Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in the corresponding language, or to display specific information. | | Added: 18 March 2007 - Visits: 67 | | | | | | | | Using a page by page password system using mySQL | | One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you don't want to restrict the entire directory using htaccess, this is a neat alternative. This tutorial shows how to cre... | | Added: 17 March 2007 - Visits: 115 | | | | | | | | Building a Secure Admin Area & .htaccess | | This tutorial along with sample code explains how to make a hardcoded admin password gateway using PHP. It also covers how to use .htaccess for server side password protection. | | Added: 17 March 2007 - Visits: 99 | | | | | | | | Sorrow CMS | Part 1: Registration/Activation | | This tutorial will teach you how to make a registration script for a user system/your own CMS. It also shows you how to generate a random activation code, and how to validate an account through email! This is part 1 of a series of tutorials I will be wr... | | Added: 17 March 2007 - Visits: 82 | | | | | | | | PHP-Based User Authentication | | This tutorial teaches you to initiate user authentication using PHP, and then to authenticate users by matching the value of the global variables $PHP_AUTH_USER, and $PHP_AUTH_PW to a list of valid usernames and passwords. The sample code included with ... | | Added: 17 March 2007 - Visits: 96 | | | | | | | | Account Creation/Authentication | | This (Page 1) introduces the concepts used in user account creation/authentication and how to apply it. It requires only the most basic knowledge as everything is explained thoroughly. Fully commented and color coded, explained in plain English for thos... | | Added: 16 March 2007 - Visits: 90 | | | | | |