Simelar to cookies, sessions store data, but data is destroyed when the connection is lost (ie browser is closed). I show you how to create, show, and unset sessions.
Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com If you have a phpBB forum and want your users to login elsewhere and not register twice, this tutorial teaches you how to integrate the accounts already present in phpBB and use them externally.
Check if a typed username is available without page refreshing. Basically, an AJAX style check, but using jQuery. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org
Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.