Browsing tag

PHP Pattern

PHP Star Triangle pattern program

PHP Star Triangle pattern program In this tutorial, we will discuss about PHP Star Triangle pattern program Here, we can see four type of star triangle pattern displays using nested for loop in PHP  using stars   Code to star Triangle pattern 1 Program 1 Here, we are providing a triangle pattern using for loop…

PHP Full Pyramid pattern program

PHP Full Pyramid pattern program In this tutorial, we will discuss about PHP Full Pyramid pattern program Here, we can see three type of pyramid pattern displays using nested for loop in PHP using stars   Code to star Pyramid pattern 1 Program 1 Here, we are providing a inverted star pyramid pattern using for…