Home php abcd alphabet print in php abcd alphabet print in php Author - persontechnical talkiess September 17, 2022 0 share 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 php Facebook Twitter Whatsapp Newer Older
Thanks you for commenting your questions. I will see question and respond you.