PHP auto include

后端 未结 3 1273
情书的邮戳
情书的邮戳 2021-01-17 19:32

I want to auto include a PHP script onto every exection into the server, I was hopping to do it via the PHP ini, via a setting or being able to write an extention in php tha

3条回答
  •  孤城傲影
    2021-01-17 19:56

    You can set the auto_prepend_file directive in your php.ini file:

    http://php.net/manual/en/ini.core.php#ini.auto-prepend-file

提交回复
热议问题