How to check the given number is either Palindrome number or not in PHP embedded in HTML? -5

How to check the given number is either Palindrome number or not in PHP? What is the Palindrome number? A palindrome is a word , number, phrase, verse or sentence…

Read more »

How to print the number in reverse order in PHP embedded in HTML? -4

How to print the number in reverse order in PHP? In this program, you’ll learn to reverse a number using a while loop. Logic: First of all, the remainder of $num divided…

Read more »

How to count string length in PHP embedded in Html? -3

How to count string length in php? What is the definition of strlen() Function? The strlen() Function is pre-defined function in php which returns the length of a given string….

Read more »

How to print a table of any number in PHP embedded in HTML? -2

How to print a table of any number in PHP? What is Table? Table(The Multiplication tables): A table that shows you the results of multiplying of two numbers. Logic of this: 1.Define…

Read more »

How to print Fibonacci series in PHP embedded in HTML ? -1

How to print Fibonacci series in PHP? What is Fibonacci series? A series of numbers in which each number is the sum of the two preceding numbers. The simplest is…

Read more »

How to fix an error of PhpMyAdmin access denied in xamp mySql.

Error resolving of PhpMyAdmin access denied. For most first time install, accessing http://localhost/PhpMyAdmin will directly take us to the PhpMyAdmin web interface without asking for password or anything because by…

Read more »

How to Fix MySql port 3306 already in use Error/another instance already running.

There are two types of errors  which occur in MySql are as follows:- Another instance is already running:- This error occurs when MySql has been installed by you in command-line…

Read more »