you can create an ini file and use parse_ini_file() to read the data, where each file would have its own section within the ini file:
http://php.net/manual/en/function.parse-ini-file.php
Other than that you can also create an xml file and use SimpleXML to process the file:
http://us.php.net/manual/en/book.simplexml.php