[solved]Using php_parse_ini and saving afterwards
Posted: Wed Nov 16, 2005 6:59 am
Hi,
I want to create this configurable file. But the configuration will be made from external systems.
So except for parsing the content for using it.....I should also be able to modify it.
I see parse_ini_file parses the file pretty good...and I can easily use such structure of the file.
My question is is there any easy way to modify the data and save the contents back to the file keeping this structure.
Thanks in advance
I want to create this configurable file. But the configuration will be made from external systems.
So except for parsing the content for using it.....I should also be able to modify it.
I see parse_ini_file parses the file pretty good...and I can easily use such structure of the file.
My question is is there any easy way to modify the data and save the contents back to the file keeping this structure.
Thanks in advance