Hi,
I am trying to pull a query of a mysql database and create a session array of the output. I am having no difficulty with pulling the data, but cannot figure out how to register the session data as an array. In the while statement that outputs the data I have tried "$_SESSION['committee_name'][$a]=$output", where $a starts at 0 and increments through until the output is complete. When I try to access the array, the first record is correct, the 2nd record looks to be the 2nd letter of the first output, and any remaining records are blank. Any idea what I am doing wrong? Also is there a tool or function, like phpinfo(); that will display all registered session variables?