![]() |
|
|
#1 |
|
Senior Member
Join Date: Aug 2011
Posts: 110
|
for loop in php with example
for(initilization;condition;steping) { steps to do; } //writting a program to generate a table of an entered number PHP Code:
5X1=5 5X2=10 5X3=15 5X4=20 5X5=25 5X6=30 5X7=35 5X8=40 5X9=45 5X10=50 another example of for loop by printing the factorial of the number PHP Code:
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Aug 2011
Posts: 111
|
like it. keep posting...!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|