abcd alphabet print in php

technical talkiess
0

 


abcd alphabet print in php

<?php

    $vishal = range('A', 'Z');  
    for($i=0; $i<5; $i++){  
      for($j=5; $j>$i; $j--){  
        echo $vishal[$i];  
        }  
        echo "<br>";  
    }  
?>
Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)