I have created my own custom config.ini file and I want to have set of configuration inside in it and user can add new ini configuration with existing one and they may delete particular configuration from ini file.
[section_one] test = abc
[section_two] and_so=on
............. etc. Currently I can parse the ini configuration using parse_ini_file() function and get array format. I need to update existing configuration on user request. If any one have any idea please post.
Thanks in advance, Sanjoy