get contents of php file after it's ran/executed

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-04-13T11:24:36Z Indexed on 2010/04/13 11:33 UTC
Read the original article Hit count: 434

Filed under:
|
|

how can i put the result of an include into a php variable?

I tried file_get_contents but it gave me the actual php code, whereas I want whats echoed.

© Stack Overflow or respective owner

Related posts about php

Related posts about file