hi isnt it possible to use multi-dimensional arrays like $_SESSION['myarray'][1][2] ?
pumix
yes
hi devin but if i use sesssion_register instead of $_SESSION it works. why is that?
greeez pumix
You need to do it like $_SESSION[$var[1][2]];
There is only 1 array that makes up $_SESSION. You can have sub-arrays, but be sure to access them as such.