All pages on my website end in .php3 to make it easier. I signed up with reporting.net and I want the script to place random banners around my site so I don't have to keep updating them.
Some of the banners are actually forms that are embedded so that users can type stuff into them. I would like to make sure it would work with that too!
here are the usual tags.
<img src="http://www.me.com/image.gif" width="1" height="1" border="0"><a href="http://www.me.com" target="ad"><img src="http://www.me.com/banner.gif"></a>
Please create the entire code and somewhat explain what each one does.
with the tags included:
<?php ?>
Whenever I want to call the banner on the site I just use <?php echo = "$adbanner"; ?>
or something...
Thanks in advance!