what should i learn in order to develop a (good and realtime) analytics tool?
i think i should learn a lot of javascript, but i need some guidance... and i think i should also learn php... could you help me?
which languages are better to capture, process and display analytics data (such as ip adress, country, date, time, os, browser, clicks, page views, twitter data, unique visitor and so on) ?
best wishes,

$hits = $hits++;– Ben Shelock Feb 16 '10 at 22:33countingHits < analytics. Also, check your code... I'm not sure about PHP, but in C that would/could fail to increment the counter at all. – LarsH Sep 23 '10 at 16:01