A Simple Sessions Tutorial
This is a short tutorial on how to use the sessions (in PHP4) with a user, form-based login. This would be useful for just about any site where you had a "members only" area and wanted to validate the users from a database or anything else. The examples used authorize off of a MySQL database on the same server.
Visit publisher site: A Simple Sessions TutorialListing Details
- Filed in:
-
Scripts / PHP / Tutorials & Tips / User Authentication
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
The article gives enough of a taster to fill in the blanks left by the manual. It doesn't go into the detail of how and why - but that is well handled elsewhere. As a taster of what you can do with sessions its ideal.