スタイルシート、画像、データベース接続ファイル(db.php)、スクリプトファイルなどのファイルが含まれている/リンクされているファイルの外部にあるため、それらのリンクに問題があります。
たとえば、これがすべてが呼び出されるメインファイルの場所であると仮定します。
my website directory/admin/thefilewhereeverythingwillbecalled.php
でthefilewhereeverythingwillbecalled.php
、を含むフォルダの外にあるdb.phpを呼び出す必要がありますthefilewhereeverythingwillbecalled.php
例my website directory/-this is the directory where the db.php is located-/thefilewhereeverythingwillbecalled.php
-スタイルシートとスクリプトも同じです。
ただし、スタイルシートとスクリプトは、このフォルダーがthefilewhereeverythingwillbecalled.php
例えばmy website directory/-here is where the cssandjs folder is located-/thefilewhereeverythingwillbecalled.php
一般的に、私はそれらのファイルを呼び出したファイルの外部にあるファイルのリンクに問題があります。誰かが私にそれをリンクする方法を教えてもらえますか?
私はこれを試しました:
../cssandjs/style.css
./cssandjs/jquery.js
しかし、それらのどれも機能しません