Hello,
I'm trying to pass a php structure to a javascript code in the next page. I initially used wddx, i.e. with php I translated the structure in a xml string (wddx_serialize function), then with javascript I regenerated the structure from the string through a wddx library. The problem is that this library is really SLOW for big structures, it's unusable (you can find it in www.openwddx.org).
So, do you know if is available some php library for generate javascript variables definition on the fly?
Don't you ever had the problem to pass a php structure to javascript?
Thank you in advance for your help.
--
ste