PHP
Been doing some PHP again today. Like most languages, it surprises me when something fairly obvious is in the language. Today I needed to create a key/pair config file and although I can read a file of this type in easily with parse_ini_file(), there is no function to write to the file. So, I have [...]

