I would like to have admob text and image ads on my pages
i use the <?php include(""); ?> function do display my ads
The problem is with admob i can only have code dispalyed(text ads)
<?php include(„admobt“); ?>
but i also want <?php include("admob.php"); ?>(image ads) to display but it gives me this error on page
Fatal error: Cannot redeclare admob_request() (previously declared in /home/mysite/public_html/admobt.php:46) in /home/mysite/public_html/admob.php on line 143
Thanks
i use the <?php include(""); ?> function do display my ads
The problem is with admob i can only have code dispalyed(text ads)
<?php include(„admobt“); ?>
but i also want <?php include("admob.php"); ?>(image ads) to display but it gives me this error on page
Fatal error: Cannot redeclare admob_request() (previously declared in /home/mysite/public_html/admobt.php:46) in /home/mysite/public_html/admob.php on line 143
Thanks
Comment