I have a config.ini file, I need to read values from it and to write to it and update it.
this function "parse_ini_file" returns an associative array from the ini file, right now I'm looking into how to access the array to retrieve values.
But how do I update those values? I guess it would be possible to just store them in the returned array, but how do you save it back to the ini file?
Best Regards Joricam