Comment on The Problem With Client-Side AnalyticsComments−krisneuharth14yTotally off topic but there is a bug in the PHP code example:echo "<script src=\"http://example.com/analytics.js?ts=$ts&r=$r&ds=$ts\&...;should be:echo "<script src=\"http://example.com/analytics.js?ts=$ts&r=$r&ds=$ds\&...;
Comments
Totally off topic but there is a bug in the PHP code example:
echo "<script src=\"http://example.com/analytics.js?ts=$ts&r=$r&ds=$ts\&...;
should be:
echo "<script src=\"http://example.com/analytics.js?ts=$ts&r=$r&ds=$ds\&...;