Potresti provare con un :

Codice PHP:
foreach($_POST as $key=>$value)
{
     echo 
"Chiave: ".$key." -> Valore: ".$value."
"
;