Reverse String – Qawall
Write a program to reverse string in php We can reverse string in php using the php string function strrev() and without using the string function. Let’s… Continue Reading
Write a program to reverse string in php We can reverse string in php using the php string function strrev() and without using the string function. Let’s… Continue Reading
Write a program to find the number is Palindrome number in PHP A number is called Palindrome when its reverse is same as the orginal number. Eg:-… Continue Reading
Write a program to find the fibonacci series in php. In Fibonacci series each number is the sum of the preceding ones. Eg:- 0 1 1 2… Continue Reading
Write a program for number reverse in php. Here we will discuss how to do the number reverse in php without using any string functions. Reverse number… Continue Reading
Write a php program to find the number is an Armstrong Number or not If the sum of the cubes of the digits of a number is… Continue Reading
Write a program to find the factorial in php of a number. Factorial of a number is the product of numbers from 1 to ‘n’. Eg:- 5!… Continue Reading
How to create folder using php. Use mkdir() function to create new folder using php. We can also specify the full path to create folder as follows,… Continue Reading
Designed using Magazine Lume. Powered by WordPress. © 2026