PHP include
In PHP, it is necessary to use PHP include command. Because include takes a file name and simply inserts that file content into the script that issued the include command. Including files saves a lot of work, it means that you can create a standard header, footer and menu file that is available to all web pages.
- Read more about PHP include
- 1 comment
- Log in or register to post comments
- 38 views