Can this be used instead of having the 3 banner, bannerlink, banneralt variables, to have 1 variable such as the following php code?
Code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:3', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>