The following list is ways to include a PHP file:
- Use php.ini to include in PHP.
- Use .htaccess to include in PHP.
- Use ini_set function.
- Use set_include_path function.
- Use include statement.
Plus, topic about supporting to including PHP code file:
- Secure files in the include folder.
- Predefined variables.
- Absolute and Relative path.