PHP Require - PRHS-Robotics/WebsiteCode GitHub Wiki
We will be using PHP's require function to add certain parts to pages, such as the nav bar and header. All files must be saved with the .php extension to allow the use of PHP. To use the require function, inside of the PHP open and close brackets, type "require filename.php;" in the location where you wish to add the file you are requiring.