I have an array that I place into a session variable and pass to my new page. Now on my new page, I want to access the elements of that array. When I use
the information is passed, however it is one long string. How can I turn my session variable back into an array with numbered elements for placement on my page? Also some of the array elements are null and the string is comma separated. I've tried ubound and whatnot and obviously because it is a string none of my typical loops are working. Any suggestions please?
-trix
"Wiggle your big toe.
Code:
myclubs = session("myclubs")
the information is passed, however it is one long string. How can I turn my session variable back into an array with numbered elements for placement on my page? Also some of the array elements are null and the string is comma separated. I've tried ubound and whatnot and obviously because it is a string none of my typical loops are working. Any suggestions please?
-trix
"Wiggle your big toe.