Is there a way to get all alphabetic chars (A-Z) in an array in PHP so I can loop through them and display them?
$array = range('a', 'z');