Incrémentation des caractères: Afficher les lettres de l’alphabet November 27, 2011 Author: user {filelink=15086} <html> <head> <title>Lettres Alphabets</title> </head> <body> <?php $a = "a"; for($x=1;$x<27;$x++) { echo $a++."<br/>"; } ?> </body> </html> Categories: Uncategorized