我有鏈接文件,如樣式表,圖像,數據庫連接文件(db.php),腳本文件等問題。因爲它們位於外部包含/鏈接的文件。鏈接文件(樣式表,腳本文件,圖像等)
例如假設這是主文件的位置,這裏的一切將被稱爲:
my website directory/admin/thefilewhereeverythingwillbecalled.php
在thefilewhereeverythingwillbecalled.php
,我必須調用位於包含thefilewhereeverythingwillbecalled.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
但他們沒有工作
您可以發佈您的嘗試示例 –
傑克錘在哪裏,我需要拆除這個文本牆。 – Petah
@Petah - > lol。我盡我所能編輯它。無法理解超越一點。 –