Gregory Fowler - 2013-06-13 20:03:52
Greetings,
I just wanted to point out to you, in case you may not have known, that there's a standard PHP function called parse_ini_file that you may want to look into for streamlining your code. My apologies if you did already know about it, but weren't able or didn't want to use it for some reason.
I think it's a great idea to make ini files, like php.ini, modifiable through Web forms! I wish I had thought of doing that when I discovered parse_ini_file.