News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
Building an advertising system with PHP (Part 1)
November 30, 2005 @ 07:26:17

On PHPit.net today, there's a new tutorial targeted at anyone out there looking to roll your own ad system for your site.

Most of us who run websites will most likely want to add advertising on our websites some time in the future. The easiest way to do this is to simply take the advertising code (be it HTML or JavaScript), and paste it directly into the code of our HTML. But what if we eventually get multiple advertisers for the same spot?

In that case you must use some sort of advertising management script. The best one around, phpAdsNew, is completely free and can be downloaded at http://www.phpadsnew.com, but this might be slightly overkill for most websites.

In this article, the first part of a new three part series, I will show you how to build your own advertising system. In this first part I will take you through the basics of dynamic JavaScript, and how to serve multiple advertisements in the same spot. Let's get started.

He starts with the Javascript side of things, showing how to use an included JS file to create dyanmic content (much like the Google Ads). From there, it's all a matter of PHP on the backend that pulls out the content you need and pushes it back out to the patiently waiting Javacript...

0 comments voice your opinion now!
advertising system phpadsnew javascript include advertising system phpadsnew javascript include


blog comments powered by Disqus

Similar Posts

KillerPHP.com: PHP & Javascript Video Tutorial - Form Validation part 1

Sitecritic.net: Simple Content Management in PHP Without Database Access

Nessa's Blog: Simple API Writing, Part I

Michael Feichtinger's Blog: HTML5 WebSockets Example

Richard Lord's Blog: Zend_View helpers in include path


Community Events









Don't see your event here?
Let us know!


introduction composer event framework interview language unittest testing release code podcast example object community functional development opinion tool zendframework2 api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework