Jump to content

Include file


dreamwest

Recommended Posts

I want to include my header and footer across all my subdomains.

 

So my dominant domain will have the header and footer template stored there:

 

http://www.site.com/templates/footer.tpl

 

Now i need to include this file into my subdomain pages:

 

http://sub.site.com/index.php

 

So in index.php i want to include the footer.tpl page from my main domain

 

Ive tried :

 

include('http://www.site.com/templates/footer.tpl');

 

But it dosnt work

Link to comment
https://forums.phpfreaks.com/topic/154317-include-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.