Page 1 of 1

Restricting global.php

Posted: Sun Mar 08, 2009 1:34 pm
by paul_so40
Hi all, ill try to make sence lol

i have 2 global.php files that conflict.

so this is what i want to do.

on the index file i include header.php now in that header file i want to include global1.php just for that include file, and not the rest of the page.

and for the rest of the page i want to include global2.php without it getting used on header include file.

can this be done?

can someone give me the script for doing it.

Thanks

- Paul

Re: Restricting global.php

Posted: Sun Mar 08, 2009 8:11 pm
by Benjamin
What is in global1.php? How does it conflict with global2.php?