PHP Programs
PHP programs are frequently asked in the interview. These programs can be asked from basics, control statements, array, string, oops, file handling etc. Let's see the list of top PHP programs.
1) Sum of Digits
- Write a PHP program to print the sum of digits.
2) Even or odd number
- Write a PHP program to print Even or odd numbers.
3) Prime number
- Write a PHP program to check the prime number.
4) Table of number
- Write a PHP program to print a table of a number.
5) Factorial of a number
- Write a PHP program to print the factorial of a number.
6) Armstrong number
- Write a PHP program to check Armstrong's number.
7) Palindrome Number
- Write a PHP program to check the palindrome number.
8) Fibonacci Series
- Write a PHP program to print the Fibonacci series without using recursion and using recursion.
9) Reverse Number
- Write a PHP program to reverse the given number.
10) Reverse String
- Write a PHP program to reverse the given string.
11) Swap two numbers
- Write a PHP program to swap two numbers with and without using the third variable.
12) Adding Two Numbers
- Write a PHP program to add two numbers.
13) Subtracting Two Numbers
- Write a PHP program to subtract two numbers.
14) Area of Triangle
- Write a PHP program to find the area of a triangle.
15) Area of rectangle
- Write a PHP program to find the area of a rectangle.
16) Leap Year
- Write a PHP program to find if the given year is a leap year or not.
17) Alphabet Triangle using PHP method
- Write a PHP program to print the alphabet triangle.
18) Alphabet Triangle Pattern
- Write a PHP program to print the alphabet triangle.
19) Number Triangle
- Write a PHP program to print the number triangle.
20) Star Triangle
- Write a PHP programs to print star triangle.