The Current State of Podcasting: Hippie

Friday, November 30th, 2007

Dave Winer (at scripting.com) and Frederic over at Last Podcast have decided to delve into a topic that is very near and dear to my heart: podcasting. We’re heading into the home stretch of the year, and lots of folks are taking the time to look back at the ...

Using Session Handling Objects to Maintain the State of Applications with PHP Sessions

Wednesday, May 10th, 2006

Here you have it. The tutorial that you were waiting for Welcome to the concluding part of the series Maintaining the state of applications with PHP sessions. In several tutorials this series goes through the key points of managing sessions in PHP and explores some ...

Using Advanced Functions to Maintain the State of Applications with PHP Sessions

Wednesday, May 3rd, 2006

Here we are again. This is part two of the series Maintaining the state of applications with PHP sessions. In three parts this series ranges from the basics of session management in PHP such as creating registering session data and destroying sessions to ...

Introduction to Maintaining the State of Applications with PHP Sessions

Wednesday, April 26th, 2006

In PHP session management is used to help web applications maintain their state across several HTTP requests when needed. In this first part of a series you will learn the basics of the PHP built-in session mechanism as well as some of its many useful functions.... (Advertisement) MKS ...