$value) { if ($field[0] == '#') continue; list($section,$key) = explode('_', $field, 2); $keys[$section][$key] = $value; } foreach ($keys as $section => $block) { $text .= "[$section]\n"; foreach ($block as $key => $value) $text .= "$key=\"$value\"\n"; } file_put_contents($_POST['#cfg'], $text); ?>