estrutura de repeticao for
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
for ($i = 1; $i <= 5; $i++){
|
for ($i = 10; $i >= 1; $i--) {
|
||||||
echo "teste $i<br>";
|
echo "<h3> $i</h3>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user