Here is a small, but useful, function in PHP to convert numbers to alphabetic characters. So, 1 would return an A, a 4 will return a D, a 27 will return an AA, and so on. I find this function useful if you want to create a list of letters for an index or some […]