/www/
header.html
1.php
/www/
abc(subfolder)/1.php
I am trying to call header.html using include("header.html) in abc/1.php but it fails to call up the header?
however, i could call up header.html in 1.php using include("header.html)?
Did I do anything wrong?
TQ