ob_start(); require("http://www.path.com/to/file.html"); $variableToUseInTemplates = ob_get_contents(); ob_end_clean();