Find Armstrong Number

An Armstrong number is sum of the cubes of its digits is equal to the number itself. There are six […]

Read More

Write a program find Factorial of a number

Here we are writing a program of print the factorial of a number, factorial means 1 to n multiply them […]

Read More

Write a PHP program to Print table of Number

Here we are write a PHP program to print table of given number, A table of a number can be […]

Read More

Write a PHP program to print prime number

Here we are write a program to find number is prime or not of a given number, Prime number which […]

Read More

Write a PHP program to print number is Even or Odd

Here we are write a program to find number is Even or Odd of a given number, for find the […]

Read More

Write a PHP program to print sum of digits

Here we are write a program to find sum of digits of a given number, for the sum of digits […]

Read More

Delete an element from an array in php

Some time ago during a job interview I got the task to Delete an element from an array in php. […]

Read More

Print string in reverse order in php

Some time ago during a job interview I got the task to print a string in reverse order in PHP. […]

Read More

Sort elements in an array in descending order PHP program

PHP Functions For Sorting Array In Descending Order: rsort(). The rsort() function sorts an indexed array in descending order. Sort […]

Read More

Sort elements in an array in ascending order php program

PHP Functions For Sorting Array In Ascending Order: sort(). The sort() function sorts an indexed array in ascending order. Sort […]

Read More

Sign up for weekly update

Milkshake is almost ready. If you're interested in testing it out, then sign up below to get exclusive access.