I want to get the array result in a plain text area and each result separated with " , ".
PHP codes :
$nbrs = json_decode(fBGetDataStore('neighbors'), true);
<?= count($nbrs) ?>
(to count$nbrs
)print_r($nbrs)
(to get FBID$nbrs
)
The results :
FBID of Your available Nbrz: Array
(
[242] => 100001358797416,
[243] => 100000859795350,
[244] => 100000843343992,
[247] => 100000257661280,
[248] => 100000351371568,
[249] => 1349056951,
[251] => 100000805381194,
)
1
This is the result I want:
FBID of Your available Nbrz:
100000348365067,100005373581538