Hi!
I'm trying to debug a session coding thing, and I've tried using session_encode() to see what's already stored. I get results like this:
howmany|s:1:"1";price|i:995;valcompanyname|s:0:"";!valvideolength1|!valaudiolength1|!valphotogallery1|!valdjname1 etc.
Some of the terminology is easy to understand, i.e. "s" means string, "i" means integer, but what does the exclamation point mean? I can't get the variables with the exclamation points to hold information, and I'm wondering if the exclamation points are signifying something.
Tim