![css](https://habrastorage.org/r/w120/webt/5a/6c/29/5a6c295a5de0d066850531.png)
CSS
- 15 ответов
- 0 вопросов
7
Вклад в тег
return json_encode(["myResult" => "success"]);
axios.post('file.php', {table: 'users'})
.then(function (response) {
console.log(response.myResult);
})
.catch(function (error) {
console.log(error);
});