Archive for February, 2008

PHP Video Tutorials for iPods

Wednesday, February 20th, 2008

Because of recent demand, I decided to release my PHP video tutorials in iPod format - that means they play on your iPod.

… OK, you guys guessed that one.
These video were originally intended for viewing on a computer monitor, so some of the code examples will be harder to read since iPod screens [...]

PHP Sessions Video Tutorials - Part 3

Sunday, February 17th, 2008

This is part 3 (of 3) of my video tutorials that introduces PHP sessions to beginners.

The video:
PHP session video tutorial - part 3
Notes from the videos:
Session ID:
PHP sessions create a unique id that is passed on to the user by either a cookie or in the URL string. To be clear, the actual information tracked [...]

PHP Sessions Video Tutorials - Part 2

Friday, February 15th, 2008

This is the part 2 of 3 of my videos that introduces the beginner to PHP sessions.

In this video, I get into practical examples where we see basic PHP sessions in action.
PHP session video tutorial - part 2
Thanks,
Stefan Mischook
www.killerphp.com

PHP Sessions Video Tutorials - Part 1

Wednesday, February 13th, 2008

Hi,
I’ve just released a new beginners video tutorial that introduces people to PHP sessions:

PHP Sessions Video Tutorial
PHP sessions are one of the most important mechanisms in PHP because they solve a fundamental issue in web application development: keeping state on a user.

If what I just says confuses you, no worries, it’s explained in the [...]