Answer the question
In order to leave comments, you need to log in
POST response is invalid. What could be?
Hosting fell, after it was raised a bug appeared. When requesting a view:
$.post("/ajax/test", {country: 4}, function(res){
console.log(res);
}, "JSON");
var_dump($_POST);
----------------------
array(1) {
["country"] =>
string(10) "4country=4"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question