ファイルを含む次のフォルダー構造があります。
index.php
includes/header.php
includes/conn.php
contents/ad_list.php
contents/ad_posting.php
私のindex.php
中には、次のものが含まれています
include("includes/header.php");
大丈夫です
ただしcontents/ad_list.php
、上記のインクルードでは、次のエラーが発生します。
Warning: include(includes/header.php) [function.include]: failed to open stream: No such file or directory in C:\XAMPP\xampp\htdocs\NAYAAD\contents\ad_list.php on line 4
この問題を解決できませんでした。
よろしく: