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
---------- Post added at 14:21 PM ---------- Previous post was at 14:20 PM ----------
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


LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks