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 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 the series 0,1, 1, 2, 3, 5, 8, & so on. Here, 0+1 = 1 1+1=2 3+2=5 ….

Logic:

  1. First initial the 1st and 2nd number as 0 and 1.
  2. Print 1st and 2nd number.
  3. From next number, start loop(for loop using here). So 3rd number will be the sum of the previous two numbers.
Entering number 5

Output: 0 1 1 2 3

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.