Skip to content

Commit 8855ca3

Browse files
Update For-Loop.php
1 parent 5469fc3 commit 8855ca3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Looping Statements/For-Loop.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
<?php
1111

12-
1312
# Loops are used to repeat a set of statements till a specific condition
1413
# For loop execute till condition is true
1514
# It stops after Condition is false
@@ -65,4 +64,4 @@
6564
?>
6665

6766
</body>
68-
</html>
67+
</html>

0 commit comments

Comments
 (0)