HI php gurus!
I have the following array returned with print_r
[code]Array
(
[0] => Array
(
[active_users] => 127
[total_users] => 56681
[total_teams] => 12107
[ac_users] => 0
)
)[/code]
If this is what I have sitting therre waiting to be used how on earth do i “echo” this as :
active users : 127
total users : 56681
etc…
been trying this without success for three hours, need a breakthrough before i go mad !
thanks in advance , all suggestions highly appreciated !