having a file with the following for example:
DEFINE('INTERESTS_1','a');
DEFINE('INTERESTS_2','d');
DEFINE('INTERESTS_3','g');
DEFINE('INTERESTS_4','c');
Is it possible to open it, put it into an array and then ordering it ASC beforing echoing it all out using a loop?