Hi there,
I've got an ini file which contains configuration settings for my site... it's intentionally not in the DB since the majority of it is related to the connection to the DB.
Anyway, I've got a form etc setup and would like to be able to modify this ini file.
So for example - if makes a change to 'serveraddress' - the script will go in and make a change to that value.
Since ini files are setup in a particular way, ie:
name = "value"
name2 = "value2"
etc etc
Is there any easy way of modifying them?
Chris