I am trying to find out if there is similar functionality as Perls
Config::General module in PHP. I would like to do this project in PHP
and need to read in a conf file that the Perl module uses.
Here is the link to the module for Perl:
<http://search.cpan.org/~tlinden/Config-General-2.24/General.pm>
I have tried searching on Config::General and PHP as well as generic
config module for php, but the results weren't what I had hoped for.
Any help would be appreciated.
-Chris