$value) { echo "$key => $value"; $config[$key] = trim($value); //here you can add a filter, like htmlentities ... echo $config; } return $config; } ?>