Hey guys...
I'm trying to convert an array that is generated from MySQL into a valid array to be used for Sessions. Any help you can give would be appreciated. Here is what I have right now...
I know that this doesn't work properly as the session is not being passed to another page. However, if I outright declare the elements of the Sessions array as follows:
the session passes with no problems.
Am I creating the Sessions Array improperly in the first example?