Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はcars.phpファイルをindex.phpテーマに含めたいと思います。cars.phpファイルはスクリプトであり、通常の方法include('/.cars.php');で接続しようとすると、サーバーからデータをロードして予約システムとして機能し、ブラウザでソースコードを確認しますが、フォームが表示されません。
include('/.cars.php');
ワードプレスエンジン自体に問題があるのでしょうか?
include('/.cars.php');タイプミスの可能性が高いと思いますinclude('./cars.php');
include('./cars.php');
あなたが今持っているものは、と呼ばれるファイルのルートディレクトリに見えます.cars.php
.cars.php