Let\'s assume I have the following file - template.php:
template.php
This should do it:
ob_start(); include('template.php'); $returned = ob_get_contents(); ob_end_clean();