how i include a table in multiple sites?

Status
Not open for further replies.

sooraj

New Member
Hello

I have multiple of websites. I want to include an html table in every footer of those sites. The table code is in a file located on another site.
All sites are php.

I want this so that I can modify the table from one file instead of having to modify it mutiple times.

Is that possible ? And how can I do it ?

Give any best idea which is helpful for me.


Thank you.

Regards
 

sooraj

New Member
I have put the table code in a file datalinks.inc

Then I used the following function:

<?php include("datalinks.inc"); ?>

in every site's footer.

when i do that its not work and i did not know what to do.

what would i do now?

help me
 

oliflorence

New Member
An iFrame is probably the only solution, you can't pull an include file from another domain.
Be aware thus that iframes are not ideal for SEO
 
Status
Not open for further replies.
Top