I am working arround array in php
my array
Array
(
[0] => stdClass Object
(
[fieldId] => 2148632ds4134
[content] => 20
)
)
I want display only [content] value i.e. 20 from above array.
Does anyone know how to do this ?
please help me