The title explains what i need.. I need a function that serializes php arrays BUT is compatible with the serialization of JavaScript. Thank you.
does json_encode compatible with js unserialize?? how do you decode this on js? dont like doing custom serializing..