Question - I set this hack up no problem in a PHP page, but now I'm using a template-based website, and this means that the code placed at the top of the page will originate on my template. It doesn't work.
So I changed the last part to "include('global.php');" instead of "require". It works great now, but would using "include" screw something up eventually? Just want to make sure.
Thanks.
|