<?php $char = range('a', 'z'); foreach ($char as $abjad) { echo "$abjad"; } // abcdefghijklmnopqrstuvwxyz