Geez, I must have been blind to miss that, thanks <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" /> .

Okay I'm trying this out but seem to be having problems.

I have created a seperate configuration file called "ads_1.pl". And then, in the forum that I want company C's banner to appear, I use this line of code:

<A HREF="/cgi/webadverts/ads_1.pl?banner=NonSSI;page=03"><IMG SRC="/cgi/webadverts/ads_1.pl?page=03" border=0>

Now, in the ads_1.pl script, I defined:

$advertzone = "C";

And as you noticed in the HTML code I used: "page=03" because I have "page=02,01" elsewhere on my website. This does display banners, but it displays two other banners I have on the site also, when I only want it to display the banner for company C. Any ideas on what I'm doing wrong? Thanks...

AgentX