PHP Program to Draw a Triangle Pattern

In this post I am going to describe the very basic PHP Program which tell us how draw Pattern. Patten are the one of the most important and basic program which are very frequently asked in interviews and these programs are very easy to make. Hear we are

PHP Program to Draw a Triangle Star Pattern

In this post I am going to describe the very basic PHP Program which tell us how draw Pattern. Patten are the one of the most important and basic program which are very frequently asked in interviews and these programs are very easy to make. Hear we are

PHP Program to Find Table of a Number

In this post I am going to describe the basic PHP Program give us the table of the number till 10th position.

PHP Program to Find Armstrong Number

In this post I am going to describe the basic PHP Program which tell us weather the Number is Armstrong or not. Armstrong number are those number whose sum of the thrice multiplication of each digit by itself is that number eg for 407 we have 4*4*4+0*0*0+7*7*7=407.

PHP Program to Find Year is Leap OR Not

In this post I am going to describe the basic PHP Program which tell us weather the year is Leap or not. Leap year are year which has one extra day and the year which are completely divisible by 4 are leap Year. We will use same logic in

PHP Program to Draw a Pattern

In this post I am going to describe the very basic PHP Program which tell us how draw Pattern. Patten are the one of the most important and basic program which are very frequently asked in interviews and these programs are very easy to make. These program generally

PHP Program to Draw a Pattern

In this post I am going to describe the very basic PHP Program which tell us how draw Pattern. Patten are the one of the most important and basic program which are very frequently asked in interviews and these programs are very easy to make. These program generally

PHP Program to Reverse a Numbers

In this post I am going to describe the PHP Program which tell us how to Reverse a number. Reversing a number means printing a number in reverse order eg if a number is as 1234 then after reversing it will be printed as 4321.