I have PHP pages in diffrent directorys in my root eg.
http://mydomain.com/forum/?action=thread&threadid=9284
http://mydomain.com/library/?s=achievements
I need to include a file on every php document which is in root dir.
include('header.php');
does not work
On for example /root/forum/index.php i want to include header.php that is in /root/header.php
which is in /root/
My english is not best but I hope you understand. Thank you.