【发布时间】:2021-01-30 01:09:32
【问题描述】:
我是 php 新手并面临最初的问题:)。
我的目录结构如下:
site
index
homepagesections.php
assets
css
style.css
config
db.php
include
header.php
index.php
在根文件夹中的 index.php 中,我需要包含 header.php 文件,其中包括 config/db.php 和 assets/css/style.css。
我已经尝试了所有选项(包括。DIR 选项)但失败了。包含这些文件以及 style.css 路径的最佳方式是什么?
【问题讨论】:
-
请出示您遇到问题的代码。
-
如果我无法找到答案,当然可以。
标签: php file directory include