writing of a config file..
Posted: Thu Apr 01, 2004 2:55 pm
yes its easy to read from an included php file, with things like
$cfg['name'] = 'bob';
etc, but can anyone recomend any ini style functions that would like me save to a config file? (ie change the values)
i cant seem to find any classes that have these options, and i dont feel like writing my own atm
$cfg['name'] = 'bob';
etc, but can anyone recomend any ini style functions that would like me save to a config file? (ie change the values)
i cant seem to find any classes that have these options, and i dont feel like writing my own atm