I've got a script i wrote that is piecing together a CSV. Part of this task is to include HTML code inside of the CSV. What i'm trying to do is save the output of a file like text_file.php to a variable like $text_file_output. I can't figure out a way to include the output of a PHP page to a variable.
Any help is appreciated!