我在链接样式表、图像、数据库连接文件(db.php)、脚本文件等文件时遇到问题。因为它们位于包含/链接它们的文件之外。
例如,假设这是将调用所有内容的主文件的位置:
my website directory/admin/thefilewhereeverythingwillbecalled.php
在中thefilewhereeverythingwillbecalled.php
,我必须调用位于包含的文件夹之外的 db.phpthefilewhereeverythingwillbecalled.php
例如my website directory/-this is the directory where the db.php is located-/thefilewhereeverythingwillbecalled.php
- 同上样式表和脚本。
但是,样式表和脚本位于文件夹 cssandjs(包含所有样式表和脚本文件)中,该文件夹位于thefilewhereeverythingwillbecalled.php
例如my website directory/-here is where the cssandjs folder is located-/thefilewhereeverythingwillbecalled.php
通常,我只是在链接文件时遇到问题,该文件位于调用这些文件的文件之外。有人可以给我一个想法如何链接它吗?
我试过这个:
../cssandjs/style.css
但./cssandjs/jquery.js
它们都不起作用