writing of a config file..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
toms100
Forum Contributor
Posts: 119
Joined: Wed Feb 26, 2003 10:29 am
Location: Bristol,UK

writing of a config file..

Post by toms100 »

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 :)
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Post Reply