Re: [PHP] session - why does this not work?

2001-09-06 Thread * RzE:
Original message From: Christian Haines [EMAIL PROTECTED] Date: Thu, Sep 06, 2001 at 03:15:05AM +1030 Message-ID: [EMAIL PROTECTED] Subject: [PHP] session - why does this not work? hi all, any ideas why this does not work? its just a simple script to test multi-dimensional arrays. the count

[PHP] session - why does this not work?

2001-09-05 Thread Christian Haines
hi all, any ideas why this does not work? its just a simple script to test multi-dimensional arrays. the count value should increment...should it not? many thanks in advance! ? session_start(); session_register(count[0]); $count[0]++; echo $count[0].brnbsp;br; reset