To update the sites fast by just editing the header.php.
However, I have to include this header.php file into every directory and then update the header.php file into every directory where it is in. Is there any way where I can make it so that it just refers to one header.php in a directory? So I dont have to include it in every directory and update it in every directory?
thanks, it works, one more thing is that you should add " ob_start(); " at the top, above the include statement, that way it wont tamper with header redirects.