News

Use the PHP require () function to display the content from the appropriate included file. Note that in our example, the PHP require () and include () functions are completely interchangeable.
include("footer.php"); ?> Inside header.php, you'll find all the cache processing. It begins by checking whether the script needs caching by calling the needscache () function. This function can check ...