Find Armstrong Number
An Armstrong number is sum of the cubes of its digits is equal to the number itself. There are six […]
An Armstrong number is sum of the cubes of its digits is equal to the number itself. There are six […]
Here we are writing a program of print the factorial of a number, factorial means 1 to n multiply them […]
Here we are write a PHP program to print table of given number, A table of a number can be […]
Here we are write a program to find number is prime or not of a given number, Prime number which […]
Here we are write a program to find number is Even or Odd of a given number, for find the […]
Here we are write a program to find sum of digits of a given number, for the sum of digits […]
Some time ago during a job interview I got the task to Delete an element from an array in php. […]
Some time ago during a job interview I got the task to print a string in reverse order in PHP. […]
PHP Functions For Sorting Array In Descending Order: rsort(). The rsort() function sorts an indexed array in descending order. Sort […]
PHP Functions For Sorting Array In Ascending Order: sort(). The sort() function sorts an indexed array in ascending order. Sort […]