|
3 |
added eval tag
|
||
|
2 | added reasoning | ||
|
In PHP, I want to read a file into a variable and process the PHP in the file at the same time without using output buffering. Is this possible? Essentially I want to be able to accomplish this without using
Is this possible in PHP? Update: I want to do some more complex things within an output callback (where output buffering is not allowed). |
||||
|
1 |
|
||
In PHP, is there a way to capture the output of a PHP file into a variable without using output buffering?In PHP, I want to read a file into a variable and process the PHP in the file at the same time without using output buffering. Is this possible? Essentially I want to be able to accomplish this without using
Is this possible in PHP?
|
||||
