<?php $alphabet = 'abcdefghijklmnopqrstuvwxyz'; $letters = str_split($alphabet); print_r($letters); ?>
You have javascript disabled. You will not be able to edit any code.