Tag: “php”

How to Print Even Numbers in PHP (1 to 100)

Printing even numbers in PHP is a basic programming task that helps beginners understand loops and number operations. There are different methods to achieve this,...

Country Drop Down Using PHP

Creating a country drop down is the most time consuming work. Here You can the find the array of countries. also drop down script to...

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...