Include file

  • 10 years ago
Server side includes saves a lot of work. This means that you can create a header, footer, or any file for all your web pages. When the header needs to be updated, you can only update the include file. If an error occurs, the include function generates a warning, but the script will continue execution. If an require function generates an error the script will stop.