codice:
foreach ($array as $chiave => $valore)
{
 echo $chiave .' è la chiave e '. $valore .' è il valore del tuo array
;
}
http://it.php.net/manual/en/control-...es.foreach.php