reading array of object

Array( [count] => 1 [totalcount] => 1 [data] => Array ( [0] => Array ( [truck_notes] => [{“unid”:“6f95b711-338d-d678-99d7-2743a048be3a”,“notes”:“ertert”,“user”:“1”,“date”:“23/6/2014”,“time”:“15:14:56”},{“unid”:“18f71214-6c8a-6b54-1517-7ca4bc05c3a5”,“notes”:“asdfas”,“user”:“1”,“date”:“23/6/2014”,“time”:“15:37:27”},{“unid”:“18f180de-6d12-75c0-fc29-0b5d5f8c0b37”,“notes”:“asdfas”,“user”:“1”,“date”:“23/6/2014”,“time”:“15:37:29”}] [truck_id] => 251 ) ))

I want to read the first value of the notes within the truck_notes.

Thanks

That appears to be the output of an array from something such as print_r. If it is the actual array it is not formatted correctly. What is the value that that data is coming from?

Sponsor our Newsletter | Privacy Policy | Terms of Service