Home :: About Us

Archive for August, 2007

Simple PHP Banner Ad Rotator Script

Friday, August 3rd, 2007

Banner ad rotators can range in complexity from simple systems that randomly display banner or sidebar ads, to very complex systems that track every click on each ad and display different ads based upon preset percentages for each ad display. This snippet of PHP code is the simple version. As many ads as you want can be loaded into an array and the code will randomly select an ad to display every time the page is loaded.
(more…)