require php file once for include?

  • Thread starter Thread starter paul young
  • Start date Start date
P

paul young

Guest
Hi all,

i have 2 global.php files that conflict.

so this is what i want to do.

on the index.php 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
 
Back
Top