Hello, I have a large amount of sites that I want to place links on, I want to be able to change the links on my server, without having to log onto another server to do so. Is that possible? I have thought about an inline frame, but then the links will only show as coming from the original server and not all the new ones. So how would I do this? Thanks
On the main server where you want to change the links create a text file or XML file containing the links. Then on each site where you want the links to display write a little PHP script to pull the link information from the text or xml file on the main server, simple.