Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230782

Inserting data into a database using node js mysql

$
0
0

ow yes I forgot.

cartAdd(){
var dataToSend = {
order_id:2,name:“kota”,price:57.96,qty:2,totalAmt:78
};
var url =“http://localhost:4000/add”;
this.http.post(url,{data:JSON.stringify(dataToSend)},{headers:new HttpHeaders(
{“content-Type”:“application/json”}
)}).subscribe(
(data)=>{
alert(data);
}
)
}


Viewing all articles
Browse latest Browse all 230782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>