
To include the adcode itself:
(this assumes your files are in http://www.yoursite.com/ledads/)
- For html pages, put where you want
the ad to show
- For php pages, put
require('path/to/ledads/ad_class.php');
echo $pla_class->adcode( );
?>
where you want the ad to show up
To include the adcode itself:
(this assumes your files are in http://www.yoursite.com/ledads/)
- For html pages, put where you want
the ad to show
- For php pages, put
require('path/to/ledads/ad_class.php');
echo $pla_class->adcode( );
?>
where you want the ad to show up