You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
Add two numbers Program in PHP.php Initial commit 5 years ago
Armstrong number Program in PHP.php Initial commit 5 years ago
Even Odd number program in PHP.php Initial commit 5 years ago
Factorial of a number in PHP.php Initial commit 5 years ago
Fibonacci Series Program in PHP.php Initial commit 5 years ago
Number Pattern Problems in PHP.php Initial commit 5 years ago
PHP Program for Bubble sorting in PHP.php Initial commit 5 years ago
PHP Program for finding the biggest number in an array without using any array functions.php Initial commit 5 years ago
PHP Program for finding the smallest number in an array.php Initial commit 5 years ago
PHP Program to find whether a year is LEAP year or not.php Initial commit 5 years ago
PHP program to add the digits of a positive integer repeatedly until the result has a single digit..php Initial commit 5 years ago
PHP program to check a sequence of numbers is a geometric progression or not..php Initial commit 5 years ago
PHP program to check a sequence of numbers is an arithmetic progression or not..php Initial commit 5 years ago
PHP program to check if a given positive integer is a power of four..php Initial commit 5 years ago
PHP program to check if a given positive integer is a power of three..php Initial commit 5 years ago
PHP program to check if a given positive integer is a power of two..php Initial commit 5 years ago
PHP program to check if a given string is an anagram of another given string..php Initial commit 5 years ago
PHP program to check if an integer is the power of another integer..php Initial commit 5 years ago
PHP program to check whether a given number is an ugly number..php Initial commit 5 years ago
PHP program to compute and return the square root of a given number..php Initial commit 5 years ago
PHP program to compute the sum of the two reversed numbers and display the sum in reversed form..php Initial commit 5 years ago
PHP program to find HCF of two numbers.php Initial commit 5 years ago
PHP program to find a missing number(s) from an array.php Initial commit 5 years ago
PHP program to find a single element in an array where every element appears three times except for one..php Initial commit 5 years ago
PHP program to find a single number in an array that doesn't occur twice..php Initial commit 5 years ago
PHP program to find factor of any number.php Initial commit 5 years ago
PHP program to find majority element in an array..php Initial commit 5 years ago
PHP program to find table of a number.php Initial commit 5 years ago
PHP program to find the length of the last word in a string..php Initial commit 5 years ago
PHP program to find the single element appears once in an array where every element appears twice except for one.php Initial commit 5 years ago
PHP program to find the single number which occurs odd numbers and other numbers occur even number..php Initial commit 5 years ago
PHP program to find three numbers from an array such that the sum of three consecutive numbers equal to a given number..php Initial commit 5 years ago
PHP program to find three numbers from an array such that the sum of three consecutive numbers equal to zero.php Initial commit 5 years ago
PHP program to find whether a number is Armstrong or not.php Initial commit 5 years ago
PHP program to get the Hamming numbers upto a given numbers also check whether a given number is a Hamming number..php Initial commit 5 years ago
PHP program to print Reverse of any number.php Initial commit 5 years ago
PHP program to push all zeros to the end of an array..php Initial commit 5 years ago
PHP program to reverse the bits of an integer (32 bits unsigned)..php Initial commit 5 years ago
PHP program to reverse the digits of an integer..php Initial commit 5 years ago
PHP program where you take any positive integer n, if n is even, divide it by 2 to get n (by) 2..php Initial commit 5 years ago
Palindrome number Program in PHP.php Initial commit 5 years ago
Pattern Problems in PHP.php Initial commit 5 years ago
Print Table of aby number Program in PHP.php Initial commit 5 years ago
Print an array in PHP.php Initial commit 5 years ago
Print an array using foreach in php.php Initial commit 5 years ago
Program to combine the array elements into a string with given delimiter..php Initial commit 5 years ago
Program to create a Simple Calculator..php Initial commit 5 years ago
Program to create simple Login and Logout example using sessions.php Initial commit 5 years ago
Program to find number of elements in an array..php Initial commit 5 years ago
Program to find prime numbers in between a Range.php Initial commit 5 years ago
Program to find the product of elements in an array..php Initial commit 5 years ago
Program to find the sum of elements in an array..php Initial commit 5 years ago
Program to join the array elements into a string..php Initial commit 5 years ago
Program to merge two arrays into a new array..php Initial commit 5 years ago
Program to remove the duplicate values from an array..php Initial commit 5 years ago
Program to sort elements in an array in ascending order..php Initial commit 5 years ago
Program to sort elements in an array in descending order..php Initial commit 5 years ago
Program to split a string into an array elements based on delimiter..php Initial commit 5 years ago
Reverse String Program in PHP.php Initial commit 5 years ago
Swap two number using third variable program in PHP.php Initial commit 5 years ago
Swap two number without using third variable program in PHP.php Initial commit 5 years ago