我想从根目录引用文件,即使调用新文件的文件位于目录本身中。可能的?
即
从/includesheader.php 文件中:include("/styles/style.css")
从reports/customers.php 文件中:include("/reports/sales.php")
/Styles
style.css
/Reports
sales.php
customers.php
/Includes
connection.php
header.php