ob_start(); include'./includes/test_include.php'; $output = ob_get_contents(); ob_end_clean(); return $output;