cigaxomexisee
New Member
my php array looks like this:\[code\]Array ( [0] => dummy [1] => stdClass Object ( [aid] => 1 [atitle] => Ameya R. Kadam ) [2] => stdClass Object ( [aid] => 2 [atitle] => Amritpal Singh ) [3] => stdClass Object ( [aid] => 3 [atitle] => Anwar Syed ) [4] => stdClass Object ( [aid] => 4 [atitle] => Aratrika ) ) )\[/code\]now i want to echo the values inside [atitle].to be specific i want to implode values of atitle into another variable.how can i make it happen?