Archive for June 28, 2008

How to Include a File in PHP

Posted in Uncategorized on June 28, 2008 by Joey

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

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