Im looking at having pagination with my ABC links. I can do this very easy with 123 but I cant seem to figure out a way to make it for ABC. Here is what I have to far.
foreach(range('A','Z') as $alphaKey){
echo '<a href="'.$PHP_SELF.'?key='.$alphaKey.'">'.$alphaKey.'</a> | ';
}