In this post, we are going to see how to write a simple PHP program to generate Random Background Color and for every refresh, we
Category: PHP
Let’s see how to sort a string in alphabetical order by writing a simple PHP program. For this, we need to first convert the string
In this post, we are going to see how to print Random numbers in PHP. It is very simple in PHP because it has an
In this post, we are going to write a program to count the number of integers in a string!. First, we will get the string
In this post, let’s write a simple PHP snippet to swap two variables without using a temporary variable. Basically, we are going to declare two
In this post, you will learn how to compare two strings in PHP. It’s really simple to compare strings in PHP and also there are
In this post, we are going to see how to write a PHP program to print leap years between two selected years. So basically we
Let’s write a simple PHP Program to find the Quotient & Remainder. Before writing the program, let’s see a small example of what is a
In this post, we are going to see how to write a small piece of PHP snippet to remove all duplicate characters in a string.
In this post we are going to write a PHP program to check Strong number. Before that if you don’t know what is a Strong