<?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 22:08:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Tracking Website Statistics with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6250</guid>
      <link>http://www.phpdeveloper.org/news/6250</link>
      <description><![CDATA[<p>
As any developer will tell you, putting a website out on the internet is only half of the equation. The other half is trying to figure out some of the visitors (and how many of them) coming to your site. That's where <a href="http://www.devshed.com/c/a/PHP/Tracking-Website-Statistics-with-PHP/">this new article</a> from DevShed comes in.
</p>
<blockquote>
If you have a website, especially one that sells products or services, it can be useful to track the visitors to your site. This article explains how to write a program that will do just that.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Tracking-Website-Statistics-with-PHP/">offer a database-based suggestion</a> for recording various pieces of visitor information, including: IP address, date/time of the visit, pages viewed, browser type, and the referring page. They give the database structure and the PHP code needed to push the data into it. They also include some simple analysis code/SQL to show the different habits of your visitors and place them into an easy-to-read dynamic HTML page.
</p>]]></description>
      <pubDate>Tue, 12 Sep 2006 08:16:54 -0500</pubDate>
    </item>
  </channel>
</rss>
