hello I need help to "echo" this array
Array ( [location] => stdClass Object ( [id] => 109064359132595 [name] => Malang, Jawa Timur, Indonesia ) [id] => 926370114003325 )
Thanks for the help :)
hello I need help to "echo" this array
Array ( [location] => stdClass Object ( [id] => 109064359132595 [name] => Malang, Jawa Timur, Indonesia ) [id] => 926370114003325 )
Thanks for the help :)
maybe this can help who have same problems, i solved this problems
foreach ($data as $tes) {
echo $tes->name."</ br>\n";}
:D