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 Link to comment https://forums.phpfreaks.com/topic/30799-making-my-adheader-the-first-part-to-load/ 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.. Link to comment https://forums.phpfreaks.com/topic/30799-making-my-adheader-the-first-part-to-load/#findComment-142295 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 Link to comment https://forums.phpfreaks.com/topic/30799-making-my-adheader-the-first-part-to-load/#findComment-142521 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.