Guest User

Untitled

a guest
Apr 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2. ob_start();
  3. include("some_file.php");
  4. $stdout = ob_get_contents();
  5. ob_end_clean();
  6. ?>
Add Comment
Please, Sign In to add comment