Code has been added to clipboard!
Defining a Footer With PHP include File
Example
<html>
<body>
<h1>Welcome!</h1>
<?php
require 'no_file_exists.php';
echo "I have a " . $color . " " . $car . ".";
?>
</body>
</html>