Hi,
Any help appreciated.
I'm using a free banner rotation script that serves 120x600 banners.
The following include is used to call the script.
<?php include_once('120x600/viewbanner.php');?>
However, I want to also use this on other domains, but server the script from one domain only.
I have tried using
<?php include_once('http://www.mydomain.com/120x600/viewbanner.php');?>
But it just doesn't work. The page just wont load?
I'm sure there is a way to do this but I don't know how to so I'd appreciate some help, thank you.
Cheers