incrementing alphabets - Php

increment alphabets

Snippet Code


  
Rate this page :
  [ 0 votes]

This snippet prints alphabets from a to z

<?php for($i= 'a';$i <'z';$i ) echo $i."n"; ?>

Tags


Ask Questions

Ask Question