auto_prepend_file

Automatically add files before PHP document. Creating page header templates or including code libraries before a PHP script is executed is most commonly done using the include() or require() function.

auto_prepend_file = on/off

You can automate this process and forgo the inclusion of these functions within your scripts by assigning the file name and corresponding path to the auto_prepend_file directive.





Content