I want the php code to execute, since at different locations in my code, i will pass it a different get query. The parser.php file will take that and parse some file...and it will split that file into 3 parts, I want the parser.php to return an array of those 3 parts.
Can I do that with either fopen() or include()?