I have the following folder structure with files:
index.php
includes/header.php
includes/conn.php
contents/ad_list.php
contents/ad_posting.php
in my index.php I have the following include
include("includes/header.php"); its ok
but in contents/ad_list.php the above include give the following error:
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
I couldn't solve this problem.
Regards: