On Jun 26, 2008, at 7:38 PM, Mark Smith wrote:

These are two handlers I use to send data between client and server in an app of mine, but might serve well enough for passing data around in those situations where you can't use arrays without trouble.

...

I use similar serialize/unserialize handlers and the other day I was left scratching my head when some arrays ended up with weird data and incorrect keys. I use ":" rather than "=" when serializing and I had an array that used urls for keys so I ended up with two instances of ":" on each line which messed everything up. So now I urlencode the key as well.

Regards,

--
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Developer Resources: http://revolution.bluemangolearning.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to