Compare commits
6 Commits
develop-se
...
f339472e01
| Author | SHA1 | Date | |
|---|---|---|---|
| f339472e01 | |||
| 26f6c9d63e | |||
| 56b9f63594 | |||
| 6df3147138 | |||
| b4e6126252 | |||
| 32cd6c4680 |
@@ -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