I have the code for my phpadsnew banners being called via a php include in my header template. This results in the banners showing ok on my forums, but when clicking on the banners the links are being altered from what they should be. My domain name is being removed from the link.
So instead of
Code:
http://www.mydomain.com/phpadsnew/adclick.php?bannerid=7&..........
I'm getting
Code:
http:///phpadsnew/adclick.php?bannerid=7&..........
The code I'm using works fine on all my non-forum pages and used to work fine with phpBB (I've just moved over to VB3). This leads me to conclude that VB3 is somehow parsing and altering the links being output on the page??
Any advice or assistance much appreciated......