Hi Guys. I am in need of some sort of Script. What I want it for is I need to have a page on a few of my websites, and I want to have a kind of master page where I can update content and it automatically show on my other sites. So I want the pages to call on the content of the master page. I don't really know what it is I am looking for exactly so any help would be appreciated. Thanks
if you use php its easy you can use a php file as the master page and update it when you want on the other websites you just have to include that php file
You could also use a database you can update with a backend console. The website pages can be done with php to display the database content.