How do I load a PHP file into a variable? January 2, 2023 by Tarik ob_start(); include "yourfile.php"; $myvar = ob_get_clean(); ob_get_clean()