Tag: pattern program in php

How to print a numeric pattern

We can print this pattern in php. In this pattern we divide our program in two parts. In first part we are using two ‘for’...

How to print alphabet series in php

We can make alphabet pyramid series very easily using PHP. To print this pyramid pattern in php, we can use different types of method. In...

How to make a numeric Polygon in PHP ?

We get the output of a numeric polygon using php ‘Loops’ with logic. Here we use eight Loops for print this diamond patterns in php....