I cannot find a way that easily lets me create a new file, treat it as an ini file (not php.ini or simiilar... a separate ini file for per user), and create/delete values using PHP. PHP seems to offer no easy way to create an ini file and read/write/delete values. So far, it's all just "read" - nothing about creating entries or manipulating keys/values.
|
2
|
|||||||||||||
|
|
|
Found following code snippet from the official PHP documentation:
Usage:
Good luck! |
|||
|
|
|
|
I can't vouch for how well it works, but there's some suggestions for implementing the opposite of You can use Does that work for you? |
|||
|
|
