counter with letters

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pedroz
Forum Commoner
Posts: 99
Joined: Thu Nov 03, 2005 6:21 am

counter with letters

Post by pedroz »

I would like to know if there is any class to this counter:

AAA AAB AAC ... AAZ AA1 AA2 ... AA9 ABA ABB ABC ABD ... ABZ AB1 AB2 ... ZZZ
User avatar
Gente
Forum Contributor
Posts: 252
Joined: Wed Jun 13, 2007 9:43 am
Location: Ukraine, Kharkov
Contact:

Post by Gente »

2 simple functions with ord() and chr()
Post Reply