How to calculate fibonacci series using php code?
|
Rate this page :
|
[ 0 votes]
|
This code can be used to display the fibonacci series. Give the maximum number in "num" value "for($i=0;$i<$num;$i )". For example, first 10 Fibonacci numbers are displayed here.