Hi,
So far I know how to create a session variable (eg, where name="bob") and then pass that variable onto other pages.
But does anyone know how to create an session array (whereby I could have names equal to "Bob", "Harry", "Sally" and indeed any other name variables that may be added)?????
I've checked 3 books and the PHP manual on this one and so far I don't think any of them explain this one very well.
I'm just trying to find out how to do this in its absolute most simple form.
Thanks