How to print a triangular pattern in php March 18, 2016 We can print this pattern in php. For this we need Variables and ‘for’ loops. First we have Variables in which Symbols are passing as...
How to print a numeric pattern October 8, 2015 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’...