How to Include a File in PHP

To include a file from within a PHP file, use the following:

<?php include(“myfile.php”); ?>

Leave a Reply