How to include one php file from other domain

gynoferon

New Member
I have two doamins(www.domain1.com,www.domain2.com) in the same server.I have a \[code\]index1.php\[/code\] in fist server.Now i need to include the file \[code\]index2.php\[/code\] that resides in domain2,how is possible using php code(include,require....)
 
Back
Top