PHP foreach ($ _post como $ key = $ valor)

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