Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

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 a number.

2.Run for Loop.

3.Multiply this number with for loop output.

Now you can see its code:

Entering 5 as input
Here’s the output of 5 number.

Thanks