<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 02:53:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Drive: Building a PHP Ad Tracker: Creating the Database Tables]]></title>
      <guid>http://www.phpdeveloper.org/news/17400</guid>
      <link>http://www.phpdeveloper.org/news/17400</link>
      <description><![CDATA[<p>
On Developer Drive today there's a new post (the first in a series) from <i>Gerald Hanks</i> about building an ad tracker in PHP. In <a href="http://www.developerdrive.com/2012/01/building-a-php-ad-tracker-creating-the-database-tables/">this first part</a> he sets up some of the background - the database that will hold the tracker information.
</p>
<blockquote>
Banner ads for services related to the web site owner's industry allow customers to view products that tie into the site owner's core business. In exchange, the web site owner can charge the banner ad owner for every impression (banner ad appearance) or click-through (when a user clicks the banner ad). In order to build a banner ad management system, we must first create the database tables that will hold the ad information, the client data and the activity schedule for each ad.
</blockquote>
<p>
He includes the SQL you'll need to create a few tables - the tracking table for the ads themselves (their metadata), the clients table to handle the groups wanting the ads and the activity table to track views and click-throughs.
</p>]]></description>
      <pubDate>Mon, 16 Jan 2012 12:48:30 -0600</pubDate>
    </item>
  </channel>
</rss>
