Codice PHP:
$array $_POST['d_qualita'];
foreach (
$array as $key => $value) {

  print 
"$key => $value <br/>";