Question with this one here....
I'm running v3.50 and would like to know if this install will work with my adding php code from phpAdsNew.
The code looks like this:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/phpadsnew/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:9', 0, '_blank', 'http://www.g-forcesuspension.com', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
|