include file from another subdomain
Posted: Tue Jun 07, 2005 11:47 am
I have a.php in main domain of httpdocs and b.php in a subdomain on the same server - I want to include a.php in b.php but it just doesnt include - I tried relative and document root paths but its not including.
In the subdomain file I gave
include_once ("../../../httpdocs/xxx.php");
to include a file from the main domain but thats isnt working.
Any way to get this done ?
Thanks
In the subdomain file I gave
include_once ("../../../httpdocs/xxx.php");
to include a file from the main domain but thats isnt working.
Any way to get this done ?
Thanks