Using PHP we can print alphabets in a triangle pattern or in a pyramid form. using range() with for loop and chr() with for loop.So today we discuss how to do it.