Old session tutorial

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Skittlewidth
Forum Contributor
Posts: 389
Joined: Wed Nov 06, 2002 9:18 am
Location: Kent, UK

Old session tutorial

Post by Skittlewidth »

There used to be a very useful beginners tutorial/sticky on Sessions way back before the big database crash (way back before there was a tutorial section as well!), and I was wondering if anyone had a copy they could repost. I can't remember who wrote it, and I have a feeling it was someone who doesn't appear to hang out here anymore.

My poor exhausted little brain is struggling to remember silly little basic things at the moment and I know that post would have made a great refresher course!

In the mean time I'll just battle on....

Code: Select all

<?php
session_start();

?>
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I believe it was Jason who wrote it...
Post Reply