| Showing 1 - 10 from 28 tutorials on Page 1. |  | |
| | | PHP login script with advanced features | | A php login script tutorial with complex features like: user confirmation, forgot password page, restricted access to web pages based on level access and more. | | Added: 26 May 2007 - Visits: 1017 | | | | | | | | Authenticate Users Using an LDAP Database | | This code authenticates users using an LDAP directory and then stores session information in a MySQL database. It is a very good demonstration of how to access information from LDAP using PHP. | | Added: 22 March 2007 - Visits: 331 | | | | | | | | Session Management with PHP4 | | One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session 'object' during a user visit. This article discusses what a session and a session variable are, and what it can do. | | Added: 22 March 2007 - Visits: 218 | | | | | | | | php login script tutorial | | This tutorial sows you how a simple php login system is created. | | Added: 22 March 2007 - Visits: 411 | | | | | | | | Creating a file based login system | | In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any database. | | Added: 22 March 2007 - Visits: 245 | | | | | | | | PHP Simple login script | | Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step. | | Added: 21 March 2007 - Visits: 295 | | | | | | | | Maintaining state with PHP4 sessions | | HTTP as a protocol is stateless, which doesn't make it easy for a developer. For example, your web server sends out a page to someone ordering from an online shop, and then forgets all about it. A few seconds later, the same person sends another request... | | Added: 21 March 2007 - Visits: 169 | | | | | | | | Login Page Tutorial | | This tutorial will show you how to make a simple login using sessions. | | Added: 21 March 2007 - Visits: 262 | | | | | | | | Permission System | | This tutorial will teach you how to expand your login system to create permissions for users. | | Added: 20 March 2007 - Visits: 225 | | | | | |