Php experts or anybody :)
Here is the setup of my directory structure
site1.com
site2.com
site3.com
I have a file that is generated in site1 and I want to display it using an include file statement in site 2
Any Ideas?
I figured it would be
include file "../site1.com/index2.html"
just doesnt work
(edited to fix a typo)
|