This is my phone code
I’m posting data into it like this
const sem={sem:”hii”}
axios.post(‘http://localhost/site/ind1.php’,sem)
.then(response=>{console.log(response.data)})
While using get response is always ” “
I expect hii on console
New contributor
Raghavendra Raghavendra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.