<?xml version="1.0" encoding="utf-8"?>
<rss 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><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>This is definitely a solution for a small web site, and was designed to be small and light.&lt;br&gt;&lt;br&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;br&gt;&lt;br&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;br&gt;&lt;br&gt;Many ways this can be improved upon. But it gets folks thinking.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spierzchala</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>What about scalability issues?  The database size will expand quickly with traffic and it adds another hit on the server with each page load.</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>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;br&gt;&lt;br&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.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spierzchala</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>Why do you convert the IP using ip2long - are there any benefits to it?</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>