News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
User Personalization with PHP User Login
April 01, 2009 @ 12:57:14

WebReference.com has posted the third part of their "user personalization" series today with a look at the gateway to your protected application - the login script.

This script does the very important job of authenticating a user and can make or break the application in the sense that if it is weak security wise, then any attacker can easily penetrate our application and cause damage. In this case, we will try to make it as difficult as possible for attackers to break our application.

Their script is a simple username/password form with some validation on the input - not empty, password is above a certain length and that the random number generated is the same as the one in the session. Only if it passes these is the user information checked via a database query. They also include a logout and user confirmation script that uses an md5 hash to validate the link.

0 comments voice your opinion now!
user login personalization login tutorial


blog comments powered by Disqus

Similar Posts

SitePoint.com: How to Create an XML to JSON Proxy Server in PHP

DevShed: Performing Basic Tasks with MySQL 4.1 and Above, using mysqli with PHP 5

DevShed: Enhancing a URL Handling Helper Class in PHP 5

Benjamin Schneider's Blog: Use PHP's Tidy extension to validate your (X)HTML markup

Brian Swan's Blog: Using SQL Azure Federations via PHP


Community Events











Don't see your event here?
Let us know!


google phpunit testing introduction podcast usergroup language community rest interview development framework symfony2 series opinion functional release conference database zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework