Puoi scorrere $_POST come un qualsiasi array
Codice PHP:
foreach($_POST as $key => $value)
{
    echo 
$key.": ".$value."</br>";