For example, having a text list of today's links from TGP#1, calling the list from TGP#2 (like an SSI), any hints?
calling html from another domain?
Collapse
X
-
what is your code in PHP, ASP ???
i have a solution in ASP code.. -
Use PHP.
DOMAIN1.com (Main URL)
DOMAIN2.com (Secondary Include Files)
On the .php page on DOMAIN1.com, in the place on the page where you want the included info to show up...
Place the following code:
That's about it. You can even write forms to update the include file, if you want web based administration.PHP Code:<?php include("http://www.DOMAIN2.com/included.inc"); php?>

"I'm selflessly supporting the common good, but only coincidentally looking out for No.1."
Comment

Comment