I dont want to send simple key value pairs to the php script. i want to do something like this :
[{"PD_ID":"____","PD_NAME":"____","PD_UNIT":"___","PD_PRICE":"___","PD_CATEGORY":"___",
"PD_DESCRIPTION":"_____"}]
But then there will be multiple such json arrays like this which i will retrieve from list view which will contain these multiple products. So in simple words i want to know how to send a bundle of Json arrays to php script. I want to store this Json array directly into MySQL column. I also want to know how do i store a json array directly into a single column.