Posted by Venturer on 01/11/06 00:01
ok i'll explain more...
a script on www.master.com/script.php
contains a list of items:
1.com
2.com
3.com
the script.php file is included in a page:
www.2.com/index.php
as
include("http://www.master.com/script.php");
the script.php checks for the domain it is on (which should tell it its
on www.2.com/index.php) and then makes sure it WONT display its own
domain in the script.php list... eg it will show 1.com and 3.com but
not 2.com
Of course what happens is that the domain test comes back as saying its
on http://www.master.com
How else can I do this and not have to update 50 websites when I want
to make a common change to one file?
Navigation:
[Reply to this message]
|