ho un array che restituisce dati in questo formato:
Array ( [data] => Array (
[0] => Array ( [name] => xxxxxx [id] => 50479 )
[1] => Array ( [name] => xxxxx [id] => 513515 )
[2] => Array ( [name] => xxxx [id] => 521544 )
) )
come posso con un ciclo stampare tutti i dati dell'array ?