How do I change an array into a string uning php?
Here's the array
{
"result": "success",
"message": [
{
"date_insert": "2017-01-28 20:14:51",
"date_update": "2017-01-28 20:15:11",
"weather": "sunny"
}
]
}
I want the weather output in string . Thanks