Merge remote-tracking branch 'origin/develop-marcos_assuncao' into develop-bruno_matos
This commit is contained in:
5
exemplos/MarcosAssuncao/for.php
Normal file
5
exemplos/MarcosAssuncao/for.php
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
for ($i = 1; $i <= 5; $i++){
|
||||||
|
echo "teste $i<br>";
|
||||||
|
}
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user