Skip to Navigation

Posts Tagged ‘code’

Pesky Directory Alphabet Filters Made Easy (PHP) 2

I have built quite a few directory systems in my years as a web developer and one thing that has always annoyed me is building letter filters to return results depending on the first letter of a title.
Normally I would waste a lot of time actually typing out the entire alphabet string:
$alphabet = ‘abcdefghijklmnopqrstuvwxyz’;
which can [...]

Tags: , , , , ,

Categories: IT, Tech & Internet