Hacker News new | ask | show | jobs
by krisneuharth 5351 days ago
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\&...;