I am trying to loop through letters rather than numbers.
I am trying to do this using chr and the number equivalent but it doesn\'t seem to be happening!
I want
Another way to solve this
$i = 'AAAA'; do { echo $i . "\n"; $i++; } while( $i !== 'AAAAA');