Not
yet no. You can spit out the java vs. PHP and it will work @ the moment.
Quote:
Originally Posted by smoknz28
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'];
}
?>
|