Код: Выделить всё
Я отправляю в него данные вот так
Код: Выделить всё
const sem={sem:"hii"}
axios.post('http://localhost/site/ind1.php',sem)
.then(response=>{console.log(response.data)})
Я ожидаю привет на консоли
Подробнее здесь: https://stackoverflow.com/questions/785 ... pty-string