random1 Posted August 20, 2009 Share Posted August 20, 2009 Hey All, I need to the "content after running" for a file (parsed?). For example: I have the file test.php with the code: <?php echo('This is a test'); ?> I'd like to get the contents of the file but after execution so I get "This is a test" as a string. Link to comment https://forums.phpfreaks.com/topic/171082-solved-get-parsed-conetent-from-file/ Share on other sites More sharing options...
.josh Posted August 20, 2009 Share Posted August 20, 2009 eval Link to comment https://forums.phpfreaks.com/topic/171082-solved-get-parsed-conetent-from-file/#findComment-902244 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.