Can anyone tell me how I would create a session variable as an array so that each time I open a PHP page it remembers what is in the session and then I can add to it.
My code seems to ignore what is already in the array.
Any help please?
BB
Hey,
Can you post some code so we can see what you're doing?
Should be able to register arrays just like other session vars.