Can someone help me fine a *SIMPLE* example of writing to an INI type file and overwriting whats currently there with new data? I looked ont he forums there isnt much, and on php's website it was confusing :blush:
Printable View
Can someone help me fine a *SIMPLE* example of writing to an INI type file and overwriting whats currently there with new data? I looked ont he forums there isnt much, and on php's website it was confusing :blush:
i think the following link will help you.
NISLM
The parse_ini_file() function can be used to read an ini file. The user notes on that page also contain some useful functions which write to ini files too.