I use phpads new.
it has it's own db & doesnt add 10 querys to my vb site either.
most people go for the php intergration .. yeah that will add 10 querys to a site.
But this doesnt.... (in my header where $banner was going to be)
PHP Code:
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://www.xxxxxxxxx.co.uk/phpads/adjs.php?n=a421fca7");
document.write ("&what=zone:2&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.xxxxxxxxx.co.uk/phpads/adclick.php?n=a421fca7' target='_blank'><img src='http://www.xxxxxxxxxx.co.uk/phpads/adview.php?what=zone:2&target=_blank&n=a421fca7' border='0' alt=''></a></noscript>