Not sure if this will help... but I went into my old phpads to look at invocation code....
The top code is the default code.... .
and the code under hs the following option selected: Don't show the banner again on the same page
this probably does not help much... but I thought I would post it...
<?php
if (@include('/homepages/1/d154697587/htdocs/gto/phpadsnew/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
<?php
if (@include('/homepages/1/d154697587/htdocs/gto/phpadsnew/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
$phpAds_context[] = array('!=' => 'bannerid:'.$phpAds_raw['bannerid']);
echo $phpAds_raw['html'];
}
?>