Incrémentation des caractères: Afficher les lettres de l’alphabet

Author:


Download

<html>
<head>
   <title>Lettres Alphabets</title>
</head>
<body>
     <?php
          $a = "a";
          for($x=1;$x<27;$x++)
          {
           echo $a++."<br/>";
          }
     ?>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


six − 3 =