Codice PHP:
$nuovopost '';
foreach (
$_POST as $bustina => $postino){
  
$nuovopost[$bustina] = fai_qualcosa_al($postino);
}
$_POST $nuovopost