Hi,
I cant get my around this..
I want to store some config details in config.php like so..
$conf['audio'] = "play";
$conf['email'] = "send";
..
..
..
how can i use a form to edit the variables by writing to the file.
The form will have the option to change any or the variables so one might get changed and the other may not. Or multiple oprtions might get changed at same time.
i have had a play with file WRITE and APPEND but keep losing stuff and getting strange results. i would post but i deleted the failed attempts.
Any help would be great
thanks
Vince