Write a Number pyramid program in PHP
It could be a brain booster exercise for those who recently started learning PHP and just started a loop. You have probably done a pyramid program in C if you have a programming background. You would have to use a two-loop inside the loop, and you can create this kind of pyramidal structure of any …