Faced the following problem.
I send json to the server via $post . In firbug can see that the input data is sent normally. And on the resulting page
document.location = '/' + lang + '/h?5555=' + est; I json_decode trying to output data via json_decode in php .
How not tried, the data does not come. Is the following algorithm correct?
sending Json -> Server -> data output on the resulting page
Or maybe some kind of handler between all this is needed?