- Forums
- PHP
- Simple Example For Loop - Simple Example How To Use
this is just a simple example of a simple for loop its the most common way to use the for loop for programming like php and other languages like javascript [1281], Last Updated: Sat May 18, 2024
wallpaperama
Fri Dec 03, 2010
1 Comments
606 Visits
this is just a simple example of a simple for loop its the most common way to use the for loop for programming like php and other languages like javascript
for($i=0; $i<= 10; $i++) {
print("counter is $i<br>n");
}
https://www.wallpaperama.com/forums/for-loop-simple-example-how-to-use-t7861.html