Codice PHP:

foreach($_POST as $key => $value) {

$key1 $value;
echo 
"$key contiene $key1 
"
;