Hello members
Is it possible to edit the values (say, admin logon/password) in a config file (say, config.php) WITHOUT editing the php script config.php??
In other words, can I write another file (configeditor.php) that will alter the values (or just SOME) based on data entered into in a form??
To do this would I have to use the set function?
Thanks