gpt4 book ai didi

php - 在所有页面上运行 PHP 脚本

转载 作者:行者123 更新时间:2023-12-04 12:26:33 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Execute php script before every php script?

(2 个回答)


6年前关闭。




我正在处理一个项目,我需要在每个页面上或在加载页面之前运行相同的 php 脚本。

我想要实际的 <? /*code here*/?>在服务器上的每个页面上。

有没有办法拉出这样的东西?

最佳答案

将单个文件用作加载所有其他文件(可能是 index.php)的 Controller 是一种常见的方式,但如果这不可能,我建议按照 Matt Browne 提到的方式添加文件。 (依赖于 Apache。)我实际上做了一个 append 来强制在一个全是静态页面的站点上添加页脚。我必须在 php.ini 中完成,而不是 .htaccess。

# Append file to bottom of page
auto_append_file = '/home/mycustomer/public_html/sub_footer.php'

所以,你的可能是
# Prepend file to top of page
auto_prepend_file = '/yourpath/pre_header.php'

关于php - 在所有页面上运行 PHP 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27119003/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com