<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Newest Industry - Latest Comments in Hit Tracking with PHP and MySQL</title><link>http://newestindustry.disqus.com/</link><description>Chronicles of a Crazy Canuck</description><atom:link href="https://newestindustry.disqus.com/hit_tracking_with_php_and_mysql/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sat, 11 Apr 2009 16:23:44 -0000</lastBuildDate><item><title>Re: Hit Tracking with PHP and MySQL</title><link>http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/#comment-8083557</link><description>&lt;p&gt;&lt;br&gt;This is definitely a solution for a small web site, and was designed to be small and light.&lt;/p&gt;&lt;p&gt;I started using this more when I was hosting my blog outside of the tracking infrastructure, so there is no increase in traffic on either infrastructure.&lt;/p&gt;&lt;p&gt;Steps could also be taken to aggregate the data based on patterns in the data and then archive the raw results outside the DB.&lt;/p&gt;&lt;p&gt;Many ways this can be improved upon. But it gets folks thinking.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Pierzchala</dc:creator><pubDate>Sat, 11 Apr 2009 16:23:44 -0000</pubDate></item><item><title>Re: Hit Tracking with PHP and MySQL</title><link>http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/#comment-8080786</link><description>&lt;p&gt;What about scalability issues?  The database size will expand quickly with traffic and it adds another hit on the server with each page load.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sat, 11 Apr 2009 13:20:28 -0000</pubDate></item><item><title>Re: Hit Tracking with PHP and MySQL</title><link>http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/#comment-7223805</link><description>&lt;p&gt;Using ip2long is a holdover from my Geographic IP Database, where performing IP searches was far easier with a numeric value than an IP address. Most application development languages have a way to convert these numbers back to IPs quickly. As well, this conversion can occur natively in MySQL SELECT statements.&lt;/p&gt;&lt;p&gt;You could add a column to the database table that added the raw IP address with very little change to the method described in this article.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Pierzchala</dc:creator><pubDate>Sat, 14 Mar 2009 17:47:17 -0000</pubDate></item><item><title>Re: Hit Tracking with PHP and MySQL</title><link>http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/#comment-7222928</link><description>&lt;p&gt;Why do you convert the IP using ip2long - are there any benefits to it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karthik</dc:creator><pubDate>Sat, 14 Mar 2009 16:46:28 -0000</pubDate></item></channel></rss>