php foreach ($ _post as $ key = $ valeur)

foreach($_POST as $keyPost => $valuePost){ echo '<br>'.$keyPost." => ".$valuePost; }
Healthy Hamster