↧
Counting the frequency of ordered character pairs
I wrote this PHP script to count the character combinations for a previous post. This script is covering more functionality than I acutally used for the article. First I was fetching web-sites – using...
View ArticleHandling Excel files with PHP
There aren’t many cases where I would produce an Excel file with PHP – as almost always there is a better way to get your data where you need it. If I needed PHP processed data in an Excel file I would...
View ArticleCounting weeks (ISO 8601)
Using the ‘week’ as a time unit can be a bit confusing for at least two reasons: Does the week start on Sunday or Monday? How do you count a week that stretches two years? Now probably your and anybody...
View Article