To include a file from within a PHP file, use the following:
<?php include(“myfile.php”); ?>
Leave A Comment »