I have following table.
Just:
foreach ( $_POST as $key => $value) { echo "".$key.""; echo "".$value.""; echo ""; }
".$key."
".$value."