Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Devshed:
A Login System for a PHP Email Application
Nov 01, 2006 @ 17:03:00

DevShed continues on with their creation of an email application series with part two of the series - a look at the creation of the login system for the app.

We know from the previous article that the user ID is very important, in that it is used to retrieve various information from the database at various stages of the application. The login form sets this userID when you log in. It is the login system that will be the focus of this second part in a four-part series.

They give s simple screenshot of what the login will look like before getting into how to connect to the database, verify the user's information, logging in the user, registering new ones, and the code to work with the user's profile.

tagged: login system email application tutorial screenshot register profile login system email application tutorial screenshot register profile

Link:


Trending Topics: