would any of you know a good way to put this into an associative array . I have tried json_decode but found it to not be much help.
This is the data i need to put in
i asume your json comes via ajax.... (otherwise the code works with json_decode) so be sure the js json stringifys your object and
you'll need to stripslashes before json_decode ;-) in php