suess0r Posted December 15, 2006 Share Posted December 15, 2006 Hi there,i'm trying to ensure that the first thing that loads is my <adheader.php> on my includes, but i'm not sure exactly how i can do that. I know in golive there is a way of setting the load order but i'm in dreamweaver so i dunno if that's an option or if there's any other way to ensure that my adheader will be the first thing loaded on the page???thanks! ;D Quote Link to comment Share on other sites More sharing options...
Hypnos Posted December 16, 2006 Share Posted December 16, 2006 Open your pages in a text editor and put...[code=php:0]include("adheader.php");[/code]at the top.. Quote Link to comment Share on other sites More sharing options...
steelmanronald06 Posted December 16, 2006 Share Posted December 16, 2006 or create a .htaccess and put it in your ROOT dir and put:php_value auto_prepend_file /path/adheader.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.