I am working on a page that uses a template. The script has a series of ob_get_contents(); and ob_cleans() in which it imports other scripts.
My problem is that if more than one of these scripts imports global.php, things blow up. But, if I remove the global.php call from all but one of them, things don't work.
How can I include more than one script that itself includes global.php?
Amy
|